diff --git a/include/boost/cast.hpp b/include/boost/cast.hpp index 11414ec..0dfa01f 100644 --- a/include/boost/cast.hpp +++ b/include/boost/cast.hpp @@ -96,15 +96,10 @@ namespace boost return static_cast(x); } -// implicit_cast -----------------------------------------------------------// -// -// Removed due to uncertain purpose. Use either numeric_cast (see below) -// or static_cast according to the need. - -#include - # undef BOOST_EXPLICIT_DEFAULT_TARGET } // namespace boost +#include + #endif // BOOST_CAST_HPP