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/cmp_test.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ints/cmp_test.cpp') diff --git a/src/ints/cmp_test.cpp b/src/ints/cmp_test.cpp index bcff87d..be99544 100644 --- a/src/ints/cmp_test.cpp +++ b/src/ints/cmp_test.cpp @@ -25,6 +25,8 @@ #include "../poison.hpp" +namespace tmwa +{ #pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant" // Google Test is *really* slow to compile this file @@ -1462,3 +1464,4 @@ TEST(ints, satu64) EXPECT_EQ(maybe_cast(+0xfffffffffffffffeULL), saturate(maybe_cast(+0xfffffffffffffffeULL))); EXPECT_EQ(maybe_cast(+0xffffffffffffffffULL), saturate(maybe_cast(+0xffffffffffffffffULL))); } +} // namespace tmwa -- cgit v1.2.3-60-g2f50