1234567891011121314151617181920212223 |
- #ifndef BOOST_NOWIDE_DETAIL_UTF_HPP_INCLUDED
- #define BOOST_NOWIDE_DETAIL_UTF_HPP_INCLUDED
- #include <boost/nowide/utf/utf.hpp>
- namespace boost {
- namespace nowide {
- namespace detail {
- namespace utf = boost::nowide::utf;
- }
- }
- }
- #endif
|