From 12b9366f33848a0d354cbf3aeefb86b1657528a4 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Mon, 1 Apr 2002 18:57:43 +0000 Subject: [PATCH] BOOST_NO_LIMITS should not be used by user code; use instead BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS should not be defined when BOOST_NO_LIMITS is defined [SVN r13340] --- include/boost/counting_iterator.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/boost/counting_iterator.hpp b/include/boost/counting_iterator.hpp index 0e39a6d..94173c4 100644 --- a/include/boost/counting_iterator.hpp +++ b/include/boost/counting_iterator.hpp @@ -56,9 +56,7 @@ # include # include # include -# ifndef BOOST_NO_LIMITS -# include -# endif +# include namespace boost {