annotate DEPENDENCIES/generic/include/boost/format/detail/unset_macros.hpp @ 125:34e428693f5d vext

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