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
{
struct exception: public std::exception
struct BOOST_SYMBOL_VISIBLE exception: public std::exception
{
};