summaryrefslogtreecommitdiff
path: root/src/generic/operators.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/generic/operators.hpp')
-rw-r--r--src/generic/operators.hpp4
1 files changed, 4 insertions, 0 deletions
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