mirror of
https://github.com/boostorg/serialization.git
synced 2026-02-26 04:52:27 +00:00
attempt to make codecvt_null table visible
This commit is contained in:
@@ -60,7 +60,7 @@ public:
|
||||
};
|
||||
|
||||
template<>
|
||||
class codecvt_null<wchar_t> : public std::codecvt<wchar_t, char, std::mbstate_t>
|
||||
class BOOST_SYMBOL_VISIBLE codecvt_null<wchar_t> : public std::codecvt<wchar_t, char, std::mbstate_t>
|
||||
{
|
||||
virtual BOOST_WARCHIVE_DECL std::codecvt_base::result
|
||||
do_out(
|
||||
|
||||
Reference in New Issue
Block a user