/usr/include/boost/nowide/detail
NameSizeModeActions
convert.hpp7030644editdlrm
utf.hpp5890644editdlrm
Edit: /usr/include/boost/nowide/detail/utf.hpp (589B)
// // Copyright (c) 2020 Alexander Grund // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE or copy at // http://www.boost.org/LICENSE_1_0.txt) // #ifndef BOOST_NOWIDE_DETAIL_UTF_HPP_INCLUDED #define BOOST_NOWIDE_DETAIL_UTF_HPP_INCLUDED #include // Legacy compatibility header only. Include instead namespace boost { namespace nowide { namespace detail { namespace utf = boost::nowide::utf; } // namespace detail } // namespace nowide } // namespace boost #endif