fixed #if -> #ifdef

[SVN r42716]
This commit is contained in:
Thorsten Jørgen Ottosen
2008-01-13 11:38:13 +00:00
parent fd00cc129f
commit 4d381e8564

View File

@@ -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