12345678910111213141516171819202122232425262728293031323334 |
- #ifdef BOOST_NO_OVERLOAD_FOR_NON_CONST
- #undef BOOST_NO_OVERLOAD_FOR_NON_CONST
- #endif
- #ifdef BOOST_NO_LOCALE_ISDIGIT
- #undef BOOST_NO_LOCALE_ISDIGIT
- #endif
- #ifdef BOOST_IO_STD
- #undef BOOST_IO_STD
- #endif
- #ifdef BOOST_IO_NEEDS_USING_DECLARATION
- #undef BOOST_IO_NEEDS_USING_DECLARATION
- #endif
- #ifdef BOOST_NO_TEMPLATE_STD_STREAM
- #undef BOOST_NO_TEMPLATE_STD_STREAM
- #endif
- #ifdef BOOST_FORMAT_STREAMBUF_DEFINED
- #undef BOOST_FORMAT_STREAMBUF_DEFINED
- #endif
- #ifdef BOOST_FORMAT_OSTREAM_DEFINED
- #undef BOOST_FORMAT_OSTREAM_DEFINED
- #endif
|