|
||||
File indexing completed on 2025-01-18 09:42:45
0001 // 0002 // Copyright (c) 2020 Alexander Grund 0003 // 0004 // Distributed under the Boost Software License, Version 1.0. 0005 // https://www.boost.org/LICENSE_1_0.txt 0006 0007 #ifndef BOOST_NOWIDE_DETAIL_UTF_HPP_INCLUDED 0008 #define BOOST_NOWIDE_DETAIL_UTF_HPP_INCLUDED 0009 0010 #include <boost/nowide/utf/utf.hpp> 0011 0012 // Legacy compatibility header only. Include <boost/nowide/utf/utf.hpp> instead 0013 0014 namespace boost { 0015 namespace nowide { 0016 namespace detail { 0017 namespace utf = boost::nowide::utf; 0018 } // namespace detail 0019 } // namespace nowide 0020 } // namespace boost 0021 0022 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |