12345678910111213141516171819202122232425 |
- #ifndef BOOST_NOWIDE_DETAIL_CONVERT_HPP_INCLUDED
- #define BOOST_NOWIDE_DETAIL_CONVERT_HPP_INCLUDED
- #include <boost/nowide/utf/convert.hpp>
- namespace boost {
- namespace nowide {
- namespace detail {
- using boost::nowide::utf::convert_buffer;
- using boost::nowide::utf::convert_string;
- using boost::nowide::utf::strlen;
- }
- }
- }
- #endif
|