utf8_codecvt_facet.hpp 714 B

123456789101112131415161718192021222324
  1. // Copyright (c) 2001 Ronald Garcia, Indiana University (garcia@osl.iu.edu)
  2. // Andrew Lumsdaine, Indiana University (lums@osl.iu.edu).
  3. // Distributed under the Boost Software License, Version 1.0.
  4. // (See http://www.boost.org/LICENSE_1_0.txt)
  5. #ifndef BOOST_FILESYSTEM_UTF8_CODECVT_FACET_HPP
  6. #define BOOST_FILESYSTEM_UTF8_CODECVT_FACET_HPP
  7. #include <boost/filesystem/config.hpp>
  8. #define BOOST_UTF8_BEGIN_NAMESPACE \
  9. namespace boost { namespace filesystem { namespace detail {
  10. #define BOOST_UTF8_END_NAMESPACE }}}
  11. #define BOOST_UTF8_DECL BOOST_FILESYSTEM_DECL
  12. #include <boost/detail/utf8_codecvt_facet.hpp>
  13. #undef BOOST_UTF8_BEGIN_NAMESPACE
  14. #undef BOOST_UTF8_END_NAMESPACE
  15. #undef BOOST_UTF8_DECL
  16. #endif