*** empty log message ***

[SVN r24708]
This commit is contained in:
Thorsten Jørgen Ottosen
2004-08-24 13:05:15 +00:00
parent af8171efdc
commit 97b8964e51

View File

@ -16,9 +16,9 @@
#endif #endif
#include <boost/range/config.hpp> #include <boost/range/config.hpp>
#ifdef BOOST_NO_FUNCTION_TEMPLATE_ORDERING //#ifdef BOOST_NO_FUNCTION_TEMPLATE_ORDERING
#include <boost/range/detail/empty.hpp> //#include <boost/range/detail/empty.hpp>
#else //#else
#include <boost/range/begin.hpp> #include <boost/range/begin.hpp>
#include <boost/range/end.hpp> #include <boost/range/end.hpp>
@ -62,6 +62,6 @@ inline bool empty( const T& r )
} // namepace 'boost' } // namepace 'boost'
#endif // BOOST_NO_FUNCTION_TEMPLATE_ORDERING //#endif // BOOST_NO_FUNCTION_TEMPLATE_ORDERING
#endif #endif