fixed #if to #ifdef

[SVN r42715]
This commit is contained in:
Thorsten Jørgen Ottosen
2008-01-13 11:37:41 +00:00
parent d31787daae
commit 507d1e8075

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