mirror of
https://github.com/boostorg/detail.git
synced 2025-07-31 12:57:14 +02:00
correction in visibility for utf8 facet
This commit is contained in:
@ -109,7 +109,7 @@ BOOST_UTF8_BEGIN_NAMESPACE
|
|||||||
#define BOOST_UTF8_DECL
|
#define BOOST_UTF8_DECL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct BOOST_UTF8_DECL utf8_codecvt_facet :
|
struct BOOST_SYMBOL_VISIBLE utf8_codecvt_facet :
|
||||||
public std::codecvt<wchar_t, char, std::mbstate_t>
|
public std::codecvt<wchar_t, char, std::mbstate_t>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user