diff options
author | sskvor <sskvor@yandex-team.ru> | 2022-02-10 16:48:04 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:04 +0300 |
commit | 75abffb472365d28bd0a019db1a54cb32a6100dd (patch) | |
tree | 09a7f042da3da3e074e6dd6f7e5305a92eb2321a /util | |
parent | b228f91bb45c3cb95fcd861c424bb3de0fd356f2 (diff) | |
download | ydb-75abffb472365d28bd0a019db1a54cb32a6100dd.tar.gz |
Restoring authorship annotation for <sskvor@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util')
-rw-r--r-- | util/thread/pool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/thread/pool.h b/util/thread/pool.h index d1ea3a67cb..3b5fd58350 100644 --- a/util/thread/pool.h +++ b/util/thread/pool.h @@ -347,7 +347,7 @@ public: template <class... Args> inline TThreadPoolBinder(TSlave* slave, Args&&... args) - : TQueueType(std::forward<Args>(args)...) + : TQueueType(std::forward<Args>(args)...) , Slave_(slave) { } |