aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/flags.h
diff options
context:
space:
mode:
authorgotmanov <gotmanov@yandex-team.ru>2022-02-10 16:49:26 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:26 +0300
commit243edeedfd2c5152b5c7812e0af471e1bb0232e8 (patch)
tree7efbef4b4e045bcee8833f7fc22a639fa0ff06aa /util/generic/flags.h
parent56c39b3cf908e7202b1f7551a1653681e8015607 (diff)
downloadydb-243edeedfd2c5152b5c7812e0af471e1bb0232e8.tar.gz
Restoring authorship annotation for <gotmanov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/generic/flags.h')
-rw-r--r--util/generic/flags.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/util/generic/flags.h b/util/generic/flags.h
index a1f5921d42..ada083de7f 100644
--- a/util/generic/flags.h
+++ b/util/generic/flags.h
@@ -3,7 +3,7 @@
#include <type_traits>
#include <util/system/types.h>
-#include <util/generic/typetraits.h>
+#include <util/generic/typetraits.h>
#include <util/generic/fwd.h>
class IOutputStream;
@@ -203,13 +203,13 @@ private:
TInt Value_;
};
-template <class T>
-struct TPodTraits<TFlags<T>> {
- enum {
- IsPod = TTypeTraits<T>::IsPod
- };
-};
-
+template <class T>
+struct TPodTraits<TFlags<T>> {
+ enum {
+ IsPod = TTypeTraits<T>::IsPod
+ };
+};
+
template <class Enum>
struct THash<TFlags<Enum>> {
size_t operator()(const TFlags<Enum>& flags) const noexcept {