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/random2.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/generic/random2.hpp') diff --git a/src/generic/random2.hpp b/src/generic/random2.hpp index 47e4222..1aee094 100644 --- a/src/generic/random2.hpp +++ b/src/generic/random2.hpp @@ -27,6 +27,9 @@ # include "../compat/iter.hpp" + +namespace tmwa +{ namespace random_ { namespace detail @@ -91,5 +94,6 @@ namespace random_ std::random_shuffle(c.begin(), c.end(), random_::to); } } // namespace random_ +} // namespace tmwa #endif // TMWA_GENERIC_RANDOM2_HPP -- cgit v1.2.3-70-g09d2