]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/program_options/include/boost/program_options/detail/utf8_codecvt_facet.hpp
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / program_options / include / boost / program_options / detail / utf8_codecvt_facet.hpp
CommitLineData
7c673cae
FG
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