From 3ab685475cfa66ef4816565e65c60777bd912829 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 24 Jun 2005 14:20:41 +0000 Subject: [PATCH] Move #include outside namespace. [SVN r29772] --- include/boost/cast.hpp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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