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/generic/random.t.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/generic/random.t.hpp') diff --git a/src/generic/random.t.hpp b/src/generic/random.t.hpp index b20cb64..c68643a 100644 --- a/src/generic/random.t.hpp +++ b/src/generic/random.t.hpp @@ -21,6 +21,9 @@ # include "fwd.hpp" + +namespace tmwa +{ namespace random_ { struct Fraction @@ -39,5 +42,6 @@ namespace random_ } }; } // namespace random_ +} // namespace tmwa #endif // TMWA_GENERIC_RANDOM_T_HPP -- cgit v1.2.3-60-g2f50