utf8_codecvt_facet.hpp 750 B

123456789101112131415161718192021
  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. (See
  4. // accompanying file LICENSE_1_0.txt or copy at
  5. // http://www.boost.org/LICENSE_1_0.txt)
  6. #ifndef BOOST_ARCHIVE_DETAIL_UTF8_CODECVT_FACET_HPP
  7. #define BOOST_ARCHIVE_DETAIL_UTF8_CODECVT_FACET_HPP
  8. #define BOOST_UTF8_BEGIN_NAMESPACE \
  9. namespace boost { namespace archive { namespace detail {
  10. #define BOOST_UTF8_DECL
  11. #define BOOST_UTF8_END_NAMESPACE }}}
  12. #include <boost/detail/utf8_codecvt_facet.hpp>
  13. #undef BOOST_UTF8_END_NAMESPACE
  14. #undef BOOST_UTF8_DECL
  15. #undef BOOST_UTF8_BEGIN_NAMESPACE
  16. #endif // BOOST_ARCHIVE_DETAIL_UTF8_CODECVT_FACET_HPP