Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:50:15

0001 // Copyright (c) 2001 Ronald Garcia, Indiana University (garcia@osl.iu.edu)
0002 // Andrew Lumsdaine, Indiana University (lums@osl.iu.edu). Permission to copy, 
0003 // use, modify, sell and distribute this software is granted provided this
0004 // copyright notice appears in all copies. This software is provided "as is"
0005 // without express or implied warranty, and with no claim as to its suitability
0006 // for any purpose.
0007 
0008 #ifndef BOOST_PROGRAM_OPTIONS_UTF8_CODECVT_FACET_HPP
0009 #define BOOST_PROGRAM_OPTIONS_UTF8_CODECVT_FACET_HPP
0010 
0011 #include <boost/program_options/config.hpp>
0012 
0013 #define BOOST_UTF8_BEGIN_NAMESPACE \
0014      namespace boost { namespace program_options { namespace detail {
0015 
0016 #define BOOST_UTF8_END_NAMESPACE }}}
0017 #define BOOST_UTF8_DECL BOOST_PROGRAM_OPTIONS_DECL
0018 
0019 #include <boost/detail/utf8_codecvt_facet.hpp>
0020 
0021 #undef BOOST_UTF8_BEGIN_NAMESPACE
0022 #undef BOOST_UTF8_END_NAMESPACE
0023 #undef BOOST_UTF8_DECL
0024 
0025 #endif