Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:30:53

0001 // ----------------------------------------------------------------------------
0002 // unset_macros.hpp
0003 // ----------------------------------------------------------------------------
0004 
0005 //  Copyright Samuel Krempp 2003. Use, modification, and distribution are
0006 //  subject to the Boost Software License, Version 1.0. (See accompanying
0007 //  file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0008 
0009 //  See http://www.boost.org/libs/format for library home page
0010 
0011 // ----------------------------------------------------------------------------
0012 
0013 // *** Undefine 'local' macros :
0014 #ifdef BOOST_NO_OVERLOAD_FOR_NON_CONST
0015 #undef BOOST_NO_OVERLOAD_FOR_NON_CONST
0016 #endif
0017 #ifdef BOOST_NO_LOCALE_ISDIGIT
0018 #undef BOOST_NO_LOCALE_ISDIGIT
0019 #endif
0020 #ifdef BOOST_IO_STD
0021 #undef BOOST_IO_STD
0022 #endif
0023 #ifdef BOOST_IO_NEEDS_USING_DECLARATION
0024 #undef BOOST_IO_NEEDS_USING_DECLARATION
0025 #endif
0026 #ifdef BOOST_NO_TEMPLATE_STD_STREAM
0027 #undef BOOST_NO_TEMPLATE_STD_STREAM
0028 #endif
0029 #ifdef BOOST_FORMAT_STREAMBUF_DEFINED
0030 #undef BOOST_FORMAT_STREAMBUF_DEFINED
0031 #endif
0032 #ifdef BOOST_FORMAT_OSTREAM_DEFINED
0033 #undef BOOST_FORMAT_OSTREAM_DEFINED
0034 #endif