Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 09:53:53

0001 // (C) Copyright Thomas Witt    2002.
0002 // Distributed under the Boost Software License, Version 1.0. (See
0003 // accompanying file LICENSE_1_0.txt or copy at
0004 // http://www.boost.org/LICENSE_1_0.txt)
0005 
0006 // no include guard multiple inclusion intended
0007 
0008 //
0009 // This is a temporary workaround until the bulk of this is
0010 // available in boost config.
0011 // 23/02/03 thw
0012 //
0013 
0014 #undef BOOST_ITERATOR_REF_CONSTNESS_KILLS_WRITABILITY
0015 
0016 #ifdef BOOST_ITERATOR_CONFIG_DEF
0017 # undef BOOST_ITERATOR_CONFIG_DEF
0018 #else
0019 # error missing or nested #include config_def
0020 #endif