diff options
Diffstat (limited to 'src/ints/cmp.hpp')
-rw-r--r-- | src/ints/cmp.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ints/cmp.hpp b/src/ints/cmp.hpp index de6a5f2..8839899 100644 --- a/src/ints/cmp.hpp +++ b/src/ints/cmp.hpp @@ -23,6 +23,9 @@ # include <limits> + +namespace tmwa +{ namespace ints { # pragma GCC diagnostic push @@ -64,5 +67,6 @@ namespace ints } // namespace ints using ints::saturate; +} // namespace tmwa #endif // TMWA_INTS_CMP_HPP |