From 2f4fc005937e75d931eb6ef87a3fe16364d45113 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 26 Jun 2014 21:59:27 -0700 Subject: Stick everything in a namespace --- src/ints/udl.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ints/udl.hpp') 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 + +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 -- cgit v1.2.3-60-g2f50