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/range/slice.tcc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/range/slice.tcc') diff --git a/src/range/slice.tcc b/src/range/slice.tcc index 45dac50..a1c136f 100644 --- a/src/range/slice.tcc +++ b/src/range/slice.tcc @@ -19,6 +19,9 @@ #include + +namespace tmwa +{ // simple pointer-wrapping iterator template class Slice::iterator @@ -212,3 +215,4 @@ Slice Slice::islice(iterator b, iterator e) const { return Slice(&*b, &*e); } +} // namespace tmwa -- cgit v1.2.3-60-g2f50