forked from boostorg/range
fixed #if to #ifdef
[SVN r42715]
This commit is contained in:
@ -15,7 +15,7 @@
|
|||||||
# pragma once
|
# pragma once
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if BOOST_NO_FUNCTION_TEMPLATE_ORDERING
|
#ifdef BOOST_NO_FUNCTION_TEMPLATE_ORDERING
|
||||||
#include <boost/range/detail/as_literal.hpp>
|
#include <boost/range/detail/as_literal.hpp>
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user