Add BOOST_SYMBOL_VISIBLE to exception types in throw_from_library_test

This commit is contained in:
Peter Dimov
2018-09-26 03:48:09 +03:00
parent ca46976908
commit 9d43946812
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
namespace lib1 namespace lib1
{ {
struct exception: public std::exception struct BOOST_SYMBOL_VISIBLE exception: public std::exception
{ {
}; };

View File

@ -24,7 +24,7 @@
namespace lib2 namespace lib2
{ {
struct exception: public std::exception struct BOOST_SYMBOL_VISIBLE exception: public std::exception
{ {
}; };

View File

@ -24,7 +24,7 @@
namespace lib3 namespace lib3
{ {
struct exception: public std::exception struct BOOST_SYMBOL_VISIBLE exception: public std::exception
{ {
}; };