mirror of
https://github.com/boostorg/serialization.git
synced 2026-01-24 18:32:14 +00:00
changes made in the hope of eliminated “stable” error for functions previously defined in the header. Moved those function to codecvt_null.cpp
This commit is contained in:
@@ -80,5 +80,12 @@ codecvt_null<wchar_t>::do_in(
|
||||
return std::codecvt_base::ok;
|
||||
}
|
||||
|
||||
BOOST_SYMBOL_EXPORT codecvt_null<wchar_t>::codecvt_null(std::size_t no_locale_manage) :
|
||||
std::codecvt<wchar_t, char, std::mbstate_t>(no_locale_manage)
|
||||
{}
|
||||
|
||||
BOOST_SYMBOL_EXPORT codecvt_null<wchar_t>::~codecvt_null()
|
||||
{}
|
||||
|
||||
} // namespace archive
|
||||
} // namespace boost
|
||||
|
||||
Reference in New Issue
Block a user