Move #include outside namespace.

[SVN r29772]
This commit is contained in:
Dave Abrahams
2005-06-24 14:20:41 +00:00
parent e66d58e6de
commit 3ab685475c

View File

@@ -96,15 +96,10 @@ namespace boost
return static_cast<Target>(x); return static_cast<Target>(x);
} }
// implicit_cast -----------------------------------------------------------//
//
// Removed due to uncertain purpose. Use either numeric_cast (see below)
// or static_cast according to the need.
#include <boost/numeric/conversion/cast.hpp>
# undef BOOST_EXPLICIT_DEFAULT_TARGET # undef BOOST_EXPLICIT_DEFAULT_TARGET
} // namespace boost } // namespace boost
#include <boost/numeric/conversion/cast.hpp>
#endif // BOOST_CAST_HPP #endif // BOOST_CAST_HPP