From 891d49bb1c4ae811fbcdbedbb54e76f51b287da0 Mon Sep 17 00:00:00 2001 From: Thomas Witt Date: Mon, 9 Dec 2002 18:08:18 +0000 Subject: [PATCH] Removed spurious ; [SVN r755] --- include/boost/iterator/iterator_concepts.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/iterator/iterator_concepts.hpp b/include/boost/iterator/iterator_concepts.hpp index 361fa8b..016c459 100644 --- a/include/boost/iterator/iterator_concepts.hpp +++ b/include/boost/iterator/iterator_concepts.hpp @@ -265,7 +265,7 @@ namespace boost_concepts { } }; - }; + } // namespace detail template