]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/program_options/detail/utf8_codecvt_facet.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / boost / program_options / detail / utf8_codecvt_facet.hpp
1 // Copyright (c) 2001 Ronald Garcia, Indiana University (garcia@osl.iu.edu)
2 // Andrew Lumsdaine, Indiana University (lums@osl.iu.edu). Permission to copy,
3 // use, modify, sell and distribute this software is granted provided this
4 // copyright notice appears in all copies. This software is provided "as is"
5 // without express or implied warranty, and with no claim as to its suitability
6 // for any purpose.
7
8 #ifndef BOOST_PROGRAM_OPTIONS_UTF8_CODECVT_FACET_HPP
9 #define BOOST_PROGRAM_OPTIONS_UTF8_CODECVT_FACET_HPP
10
11 #include <boost/program_options/config.hpp>
12
13 #define BOOST_UTF8_BEGIN_NAMESPACE \
14 namespace boost { namespace program_options { namespace detail {
15
16 #define BOOST_UTF8_END_NAMESPACE }}}
17 #define BOOST_UTF8_DECL BOOST_PROGRAM_OPTIONS_DECL
18
19 #include <boost/detail/utf8_codecvt_facet.hpp>
20
21 #undef BOOST_UTF8_BEGIN_NAMESPACE
22 #undef BOOST_UTF8_END_NAMESPACE
23 #undef BOOST_UTF8_DECL
24
25 #endif