Revert "change visibility setting to import/export from visibility"

This reverts commit bda87dd74e.
This commit is contained in:
Robert Ramey
2016-03-23 09:34:48 -07:00
parent bda87dd74e
commit 99f7f4042f

View File

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