19 #ifndef RCF_BOOST_PROGRAM_OPTIONS_UTF8_CODECVT_FACET_HPP
20 #define RCF_BOOST_PROGRAM_OPTIONS_UTF8_CODECVT_FACET_HPP
23 #include <RCF/Export.hpp>
25 #define BOOST_UTF8_BEGIN_NAMESPACE \
26 namespace RcfBoost { namespace boost { namespace program_options { namespace detail {
28 #define BOOST_UTF8_END_NAMESPACE }}}}
29 #define BOOST_UTF8_DECL RCF_EXPORT
31 #include "detail/utf8_codecvt_facet.hpp"
33 #undef BOOST_UTF8_BEGIN_NAMESPACE
34 #undef BOOST_UTF8_END_NAMESPACE
35 #undef BOOST_UTF8_DECL