File indexing completed on 2025-01-18 09:50:15
0001
0002
0003
0004
0005
0006
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