forked from boostorg/range
*** empty log message ***
[SVN r24708]
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user