From 97b8964e51d75abc5e7940f78c0381ea851b2405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20J=C3=B8rgen=20Ottosen?= Date: Tue, 24 Aug 2004 13:05:15 +0000 Subject: [PATCH] *** empty log message *** [SVN r24708] --- include/boost/range/empty.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/boost/range/empty.hpp b/include/boost/range/empty.hpp index 77abb0c..c42bf6b 100755 --- a/include/boost/range/empty.hpp +++ b/include/boost/range/empty.hpp @@ -16,9 +16,9 @@ #endif #include -#ifdef BOOST_NO_FUNCTION_TEMPLATE_ORDERING -#include -#else +//#ifdef BOOST_NO_FUNCTION_TEMPLATE_ORDERING +//#include +//#else #include #include @@ -62,6 +62,6 @@ inline bool empty( const T& r ) } // namepace 'boost' -#endif // BOOST_NO_FUNCTION_TEMPLATE_ORDERING +//#endif // BOOST_NO_FUNCTION_TEMPLATE_ORDERING #endif