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/mmo/human_time_diff_test.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mmo/human_time_diff_test.cpp') diff --git a/src/mmo/human_time_diff_test.cpp b/src/mmo/human_time_diff_test.cpp index 3ace280..590e2b3 100644 --- a/src/mmo/human_time_diff_test.cpp +++ b/src/mmo/human_time_diff_test.cpp @@ -23,6 +23,8 @@ #include "../poison.hpp" +namespace tmwa +{ #pragma GCC diagnostic ignored "-Wzero-as-null-pointer-constant" // a sequence of [-+]?[0-9]+([ay]|m|[jd]|h|mn|s) @@ -104,3 +106,4 @@ TEST(humantimediff, multiple) EXPECT_EQ(0, diff.second); EXPECT_FALSE(extract("1y2y"_s, &diff)); } +} // namespace tmwa -- cgit v1.2.3-70-g09d2