unset_macros.hpp 1.1 KB

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