mirror of
https://github.com/boostorg/throw_exception.git
synced 2025-07-15 21:42:05 +02:00
Add BOOST_SYMBOL_VISIBLE to exception types in throw_from_library_test
This commit is contained in:
@ -24,7 +24,7 @@
|
|||||||
namespace lib1
|
namespace lib1
|
||||||
{
|
{
|
||||||
|
|
||||||
struct exception: public std::exception
|
struct BOOST_SYMBOL_VISIBLE exception: public std::exception
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
namespace lib2
|
namespace lib2
|
||||||
{
|
{
|
||||||
|
|
||||||
struct exception: public std::exception
|
struct BOOST_SYMBOL_VISIBLE exception: public std::exception
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
namespace lib3
|
namespace lib3
|
||||||
{
|
{
|
||||||
|
|
||||||
struct exception: public std::exception
|
struct BOOST_SYMBOL_VISIBLE exception: public std::exception
|
||||||
{
|
{
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user