Chris@16: // ---------------------------------------------------------------------------- Chris@16: // unset_macros.hpp Chris@16: // ---------------------------------------------------------------------------- Chris@16: Chris@16: // Copyright Samuel Krempp 2003. Use, modification, and distribution are Chris@16: // subject to the Boost Software License, Version 1.0. (See accompanying Chris@16: // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Chris@16: Chris@16: // See http://www.boost.org/libs/format for library home page Chris@16: Chris@16: // ---------------------------------------------------------------------------- Chris@16: Chris@16: // *** Undefine 'local' macros : Chris@16: #ifdef BOOST_NO_OVERLOAD_FOR_NON_CONST Chris@16: #undef BOOST_NO_OVERLOAD_FOR_NON_CONST Chris@16: #endif Chris@16: #ifdef BOOST_NO_LOCALE_ISDIGIT Chris@16: #undef BOOST_NO_LOCALE_ISDIGIT Chris@16: #endif Chris@16: #ifdef BOOST_IO_STD Chris@16: #undef BOOST_IO_STD Chris@16: #endif Chris@16: #ifdef BOOST_IO_NEEDS_USING_DECLARATION Chris@16: #undef BOOST_IO_NEEDS_USING_DECLARATION Chris@16: #endif Chris@16: #ifdef BOOST_NO_TEMPLATE_STD_STREAM Chris@16: #undef BOOST_NO_TEMPLATE_STD_STREAM Chris@16: #endif Chris@16: #ifdef BOOST_FORMAT_STREAMBUF_DEFINED Chris@16: #undef BOOST_FORMAT_STREAMBUF_DEFINED Chris@16: #endif Chris@16: #ifdef BOOST_FORMAT_OSTREAM_DEFINED Chris@16: #undef BOOST_FORMAT_OSTREAM_DEFINED Chris@16: #endif