diff options
author | mihaild <[email protected]> | 2022-02-10 16:46:59 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:59 +0300 |
commit | 246417ad6168d3f7ab4a0cf1c79ba4259f7c45ae (patch) | |
tree | 2a65611ade91c8ae2f55647107c1a11ea743abd5 /util/system/fasttime.cpp | |
parent | 5598c5e7bc7619bd51d87fea7b880b7788ad0b47 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/fasttime.cpp')
-rw-r--r-- | util/system/fasttime.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/fasttime.cpp b/util/system/fasttime.cpp index 057a814f0a4..4d40a42d63e 100644 --- a/util/system/fasttime.cpp +++ b/util/system/fasttime.cpp @@ -3,7 +3,7 @@ #include <util/generic/singleton.h> #include <util/generic/yexception.h> -#include <utility> +#include <utility> #include <util/thread/singleton.h> @@ -121,7 +121,7 @@ namespace { template <size_t N, class A, class B> class TLinePredictor { public: - using TSample = std::pair<A, B>; + using TSample = std::pair<A, B>; inline TLinePredictor() : C_(0) |