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/compat/iter.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/compat/iter.hpp') diff --git a/src/compat/iter.hpp b/src/compat/iter.hpp index 08c139e..7ed24da 100644 --- a/src/compat/iter.hpp +++ b/src/compat/iter.hpp @@ -24,6 +24,8 @@ # include +namespace tmwa +{ /// Simple class to use a pair of iterators with foreach template class IteratorPair @@ -149,5 +151,6 @@ IteratorPair> filter_iterator(C *c, F f=is_truthy) { return {FilterIterator(c, f), FilterIterator(c, f)}; } +} // namespace tmwa #endif // TMWA_COMPAT_ITER_HPP -- cgit v1.2.3-60-g2f50