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:
Robert Ramey
2020-07-10 11:24:31 -07:00
parent 17fb465af1
commit ed44fcd268
3 changed files with 10 additions and 5 deletions

View File

@@ -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