summaryrefslogtreecommitdiff
path: root/src/ints/udl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ints/udl.hpp')
-rw-r--r--src/ints/udl.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ints/udl.hpp b/src/ints/udl.hpp
index caed16b..8d18766 100644
--- a/src/ints/udl.hpp
+++ b/src/ints/udl.hpp
@@ -25,6 +25,9 @@
# include <type_traits>
+
+namespace tmwa
+{
namespace ints
{
namespace
@@ -222,5 +225,6 @@ using ints::operator "" _n8;
using ints::operator "" _n16;
using ints::operator "" _n32;
using ints::operator "" _n64;
+} // namespace tmwa
#endif // TMWA_INTS_UDL_HPP