File indexing completed on 2025-01-18 09:30:50
0001
0002
0003
0004
0005
0006
0007 #ifndef BOOST_FILESYSTEM_UTF8_CODECVT_FACET_HPP
0008 #define BOOST_FILESYSTEM_UTF8_CODECVT_FACET_HPP
0009
0010 #include <boost/filesystem/config.hpp>
0011
0012 #include <boost/filesystem/detail/header.hpp>
0013
0014 #define BOOST_UTF8_BEGIN_NAMESPACE \
0015 namespace boost { \
0016 namespace filesystem { \
0017 namespace detail {
0018
0019 #define BOOST_UTF8_END_NAMESPACE \
0020 } \
0021 } \
0022 }
0023 #define BOOST_UTF8_DECL BOOST_FILESYSTEM_DECL
0024
0025 #include <boost/detail/utf8_codecvt_facet.hpp>
0026
0027 #undef BOOST_UTF8_BEGIN_NAMESPACE
0028 #undef BOOST_UTF8_END_NAMESPACE
0029 #undef BOOST_UTF8_DECL
0030
0031 #include <boost/filesystem/detail/footer.hpp>
0032
0033 #endif