make utf8 visible

This commit is contained in:
Robert Ramey
2016-02-26 17:58:54 -08:00
parent 32b98c7586
commit fbf832c900

View File

@ -106,7 +106,7 @@ BOOST_UTF8_BEGIN_NAMESPACE
//----------------------------------------------------------------------------//
struct utf8_codecvt_facet :
struct BOOST_SYMBOL_VISIBLE utf8_codecvt_facet :
public std::codecvt<wchar_t, char, std::mbstate_t>
{
public: