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/operators.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/generic/operators.hpp') diff --git a/src/generic/operators.hpp b/src/generic/operators.hpp index ca9311a..15246ef 100644 --- a/src/generic/operators.hpp +++ b/src/generic/operators.hpp @@ -21,6 +21,9 @@ # include "fwd.hpp" + +namespace tmwa +{ namespace _operators { class Comparable {}; @@ -63,5 +66,6 @@ namespace _operators } using _operators::Comparable; +} // namespace tmwa #endif // TMWA_GENERIC_OPERATORS_HPP -- cgit v1.2.3-60-g2f50