mirror of
https://github.com/boostorg/detail.git
synced 2025-07-31 21:04:27 +02:00
re-correct visibility macro for utf8-codecvt
This commit is contained in:
@@ -108,11 +108,8 @@ BOOST_UTF8_BEGIN_NAMESPACE
|
|||||||
#ifndef BOOST_UTF8_DECL
|
#ifndef BOOST_UTF8_DECL
|
||||||
#define BOOST_UTF8_DECL
|
#define BOOST_UTF8_DECL
|
||||||
#endif
|
#endif
|
||||||
#ifndef BOOST_SYMBOL_VISIBLE
|
|
||||||
#define BOOST_SYMBOL_VISIBLE
|
|
||||||
#endif
|
|
||||||
|
|
||||||
struct BOOST_SYMBOL_VISIBLE utf8_codecvt_facet :
|
struct BOOST_UTF8_DECL 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