forked from boostorg/exception
Fix and unit test for issue #37
This commit is contained in:
9
test/visibility_test_lib.cpp
Normal file
9
test/visibility_test_lib.cpp
Normal file
@ -0,0 +1,9 @@
|
||||
#include "visibility_test_lib.hpp"
|
||||
#include <boost/throw_exception.hpp>
|
||||
|
||||
void
|
||||
BOOST_SYMBOL_EXPORT
|
||||
hidden_throw()
|
||||
{
|
||||
BOOST_THROW_EXCEPTION(my_exception() << my_info(42));
|
||||
}
|
Reference in New Issue
Block a user