diff options
author | alexeylaptev <alexeylaptev@yandex-team.ru> | 2022-02-10 16:50:06 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:06 +0300 |
commit | 3106abc0443cda789ce4968aeee63d3a8fcc7d85 (patch) | |
tree | ec44b9884cc11c2a7b4f4dc7fd36a1ae1ba2d3db /library/cpp/coroutine/engine/stack/stack_guards.cpp | |
parent | a76f5e1efe665e1bb125f05ae275b2a6226517d9 (diff) | |
download | ydb-3106abc0443cda789ce4968aeee63d3a8fcc7d85.tar.gz |
Restoring authorship annotation for <alexeylaptev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/coroutine/engine/stack/stack_guards.cpp')
-rw-r--r-- | library/cpp/coroutine/engine/stack/stack_guards.cpp | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/library/cpp/coroutine/engine/stack/stack_guards.cpp b/library/cpp/coroutine/engine/stack/stack_guards.cpp index b8bcff039e..07d10ee300 100644 --- a/library/cpp/coroutine/engine/stack/stack_guards.cpp +++ b/library/cpp/coroutine/engine/stack/stack_guards.cpp @@ -1,17 +1,17 @@ -#include "stack_guards.h" - - -namespace NCoro::NStack { - - template<> - const TCanaryGuard& GetGuard<TCanaryGuard>() noexcept { - static const TCanaryGuard guard; - return guard; - } - - template<> - const TPageGuard& GetGuard<TPageGuard>() noexcept { - static const TPageGuard guard; - return guard; - } -}
\ No newline at end of file +#include "stack_guards.h" + + +namespace NCoro::NStack { + + template<> + const TCanaryGuard& GetGuard<TCanaryGuard>() noexcept { + static const TCanaryGuard guard; + return guard; + } + + template<> + const TPageGuard& GetGuard<TPageGuard>() noexcept { + static const TPageGuard guard; + return guard; + } +}
\ No newline at end of file |