mirror of
https://github.com/boostorg/detail.git
synced 2025-07-30 12:27:15 +02:00
correct usage of visibility macro for MSVC
This commit is contained in:
@ -106,11 +106,11 @@ BOOST_UTF8_BEGIN_NAMESPACE
|
|||||||
//----------------------------------------------------------------------------//
|
//----------------------------------------------------------------------------//
|
||||||
|
|
||||||
|
|
||||||
struct BOOST_UTF8_DECL utf8_codecvt_facet :
|
struct utf8_codecvt_facet :
|
||||||
public std::codecvt<wchar_t, char, std::mbstate_t>
|
public std::codecvt<wchar_t, char, std::mbstate_t>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
explicit utf8_codecvt_facet(std::size_t no_locale_manage=0)
|
BOOST_UTF8_DECL explicit utf8_codecvt_facet(std::size_t no_locale_manage=0)
|
||||||
: std::codecvt<wchar_t, char, std::mbstate_t>(no_locale_manage)
|
: std::codecvt<wchar_t, char, std::mbstate_t>(no_locale_manage)
|
||||||
{}
|
{}
|
||||||
virtual ~utf8_codecvt_facet(){}
|
virtual ~utf8_codecvt_facet(){}
|
||||||
|
Reference in New Issue
Block a user