1 // Copyright (c) 2001 Ronald Garcia, Indiana University (garcia@osl.iu.edu)
\r
2 // Andrew Lumsdaine, Indiana University (lums@osl.iu.edu). Permission to copy,
\r
3 // use, modify, sell and distribute this software is granted provided this
\r
4 // copyright notice appears in all copies. This software is provided "as is"
\r
5 // without express or implied warranty, and with no claim as to its suitability
\r
8 #ifndef BOOST_PROGRAM_OPTIONS_UTF8_CODECVT_FACET_HPP
\r
9 #define BOOST_PROGRAM_OPTIONS_UTF8_CODECVT_FACET_HPP
\r
11 #include <boost/program_options/config.hpp>
\r
13 #define BOOST_UTF8_BEGIN_NAMESPACE \
\r
14 namespace boost { namespace program_options { namespace detail {
\r
16 #define BOOST_UTF8_END_NAMESPACE }}}
\r
17 #define BOOST_UTF8_DECL BOOST_PROGRAM_OPTIONS_DECL
\r
19 #include <boost/detail/utf8_codecvt_facet.hpp>
\r
21 #undef BOOST_UTF8_BEGIN_NAMESPACE
\r
22 #undef BOOST_UTF8_END_NAMESPACE
\r
23 #undef BOOST_UTF8_DECL
\r