diff options
| author | limburg <[email protected]> | 2022-02-10 16:47:37 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:37 +0300 |
| commit | 54295b9bd4dc45c54d804084fd846d945148a7f0 (patch) | |
| tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /util/generic | |
| parent | f8250dcf35b79fc52c9e6c6fa3931df9fd4ce472 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/generic')
| -rw-r--r-- | util/generic/bitops.h | 2 | ||||
| -rw-r--r-- | util/generic/yexception.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/util/generic/bitops.h b/util/generic/bitops.h index fe6583a33c7..2db15fc59b6 100644 --- a/util/generic/bitops.h +++ b/util/generic/bitops.h @@ -10,7 +10,7 @@ #include <intrin.h> #endif -namespace NBitOps { +namespace NBitOps { namespace NPrivate { template <unsigned N, typename T> struct TClp2Helper { diff --git a/util/generic/yexception.cpp b/util/generic/yexception.cpp index e24c179650d..2ce6c4369da 100644 --- a/util/generic/yexception.cpp +++ b/util/generic/yexception.cpp @@ -1,5 +1,5 @@ #include "bt_exception.h" -#include "yexception.h" +#include "yexception.h" #include <util/system/backtrace.h> #include <util/system/type_name.h> |
