You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's probably a mistake as I had lots of difficulty with symbol export macros. Have you made this change and run the tests to verify that making this change doesn't break anything else.
Why does
codecvt_null.hpp
file declares symbols withBOOST_SYMBOL_EXPORT
instead ofBOOST_ARCHIVE_DECL
?https://github.com/boostorg/serialization/blob/develop/include/boost/archive/codecvt_null.hpp#L69
https://github.com/boostorg/serialization/blob/develop/include/boost/archive/detail/decl.hpp#L26
It leads to symbols leakage in DLLs statically linking boost.archive.
The text was updated successfully, but these errors were encountered: