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