utf.hpp 538 B

12345678910111213141516171819202122
  1. //
  2. // Copyright (c) 2020 Alexander Grund
  3. //
  4. // Distributed under the Boost Software License, Version 1.0.
  5. // https://www.boost.org/LICENSE_1_0.txt
  6. #ifndef BOOST_NOWIDE_DETAIL_UTF_HPP_INCLUDED
  7. #define BOOST_NOWIDE_DETAIL_UTF_HPP_INCLUDED
  8. #include <boost/nowide/utf/utf.hpp>
  9. // Legacy compatibility header only. Include <boost/nowide/utf/utf.hpp> instead
  10. namespace boost {
  11. namespace nowide {
  12. namespace detail {
  13. namespace utf = boost::nowide::utf;
  14. } // namespace detail
  15. } // namespace nowide
  16. } // namespace boost
  17. #endif