mirror of
https://github.com/boostorg/system.git
synced 2026-01-19 04:42:12 +00:00
Avoid allocation on interop for system/generic categories; fix DLL interoperability on msvc-14.x by poking into std::system_category::_Addr
This commit is contained in:
@@ -31,4 +31,10 @@ EXPORT std::error_code get_generic_code()
|
||||
|
||||
} // namespace lib1
|
||||
|
||||
#else
|
||||
|
||||
EXPORT void lib1_f()
|
||||
{
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user