From a20f712cdce07419e06326728b0732546f901338 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 11 Jan 2003 18:12:37 +0000 Subject: [PATCH] simplify [SVN r842] --- include/boost/iterator/iterator_concepts.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/boost/iterator/iterator_concepts.hpp b/include/boost/iterator/iterator_concepts.hpp index d7e0ee1..211baba 100644 --- a/include/boost/iterator/iterator_concepts.hpp +++ b/include/boost/iterator/iterator_concepts.hpp @@ -13,7 +13,7 @@ #include #include -#include +#include #include // Use boost::detail::iterator_traits to work around some MSVC/Dinkumware problems. @@ -93,8 +93,7 @@ namespace boost_concepts { static_assert_base_and_derived(); - BOOST_STATIC_ASSERT((boost::is_same::value)); + BOOST_STATIC_ASSERT((boost::is_same::value)); reference v = *i; boost::ignore_unused_variable_warning(v);