| 1 | // ---------------------------------------------------------------------------- |
| 2 | // unset_macros.hpp |
| 3 | // ---------------------------------------------------------------------------- |
| 4 | |
| 5 | // Copyright Samuel Krempp 2003. Use, modification, and distribution are |
| 6 | // subject to the Boost Software License, Version 1.0. (See accompanying |
| 7 | // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
| 8 | |
| 9 | // See http://www.boost.org/libs/format for library home page |
| 10 | |
| 11 | // ---------------------------------------------------------------------------- |
| 12 | |
| 13 | // *** Undefine 'local' macros : |
| 14 | #ifdef BOOST_NO_OVERLOAD_FOR_NON_CONST |
| 15 | #undef BOOST_NO_OVERLOAD_FOR_NON_CONST |
| 16 | #endif |
| 17 | #ifdef BOOST_NO_LOCALE_ISDIGIT |
| 18 | #undef BOOST_NO_LOCALE_ISDIGIT |
| 19 | #endif |
| 20 | #ifdef BOOST_IO_STD |
| 21 | #undef BOOST_IO_STD |
| 22 | #endif |
| 23 | #ifdef BOOST_IO_NEEDS_USING_DECLARATION |
| 24 | #undef BOOST_IO_NEEDS_USING_DECLARATION |
| 25 | #endif |
| 26 | #ifdef BOOST_NO_TEMPLATE_STD_STREAM |
| 27 | #undef BOOST_NO_TEMPLATE_STD_STREAM |
| 28 | #endif |
| 29 | #ifdef BOOST_FORMAT_STREAMBUF_DEFINED |
| 30 | #undef BOOST_FORMAT_STREAMBUF_DEFINED |
| 31 | #endif |
| 32 | #ifdef BOOST_FORMAT_OSTREAM_DEFINED |
| 33 | #undef BOOST_FORMAT_OSTREAM_DEFINED |
| 34 | #endif |
| 35 | |