Fix and unit test for issue #37

This commit is contained in:
Emil Dotchevski
2021-02-11 16:02:14 -08:00
parent e69635b1a7
commit 20c833978f
7 changed files with 62 additions and 10 deletions

View 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));
}