removed some in appropriate files

made adjustments regarding visibility macros in the hope of pacifying MSVC compilers
This commit is contained in:
Robert Ramey
2020-06-29 13:40:09 -07:00
parent 4dd4895246
commit cfed656eb0
5 changed files with 12 additions and 3328 deletions

View File

@@ -18,7 +18,7 @@
namespace boost {
namespace archive {
std::codecvt_base::result
BOOST_SYMBOL_EXPORT std::codecvt_base::result
codecvt_null<wchar_t>::do_out(
std::mbstate_t & /*state*/,
const wchar_t * first1,
@@ -46,7 +46,7 @@ codecvt_null<wchar_t>::do_out(
return std::codecvt_base::ok;
}
std::codecvt_base::result
BOOST_SYMBOL_EXPORT std::codecvt_base::result
codecvt_null<wchar_t>::do_in(
std::mbstate_t & /*state*/,
const char * first1,