Files
exception/test/visibility_test_lib.cpp

10 lines
174 B
C++
Raw Normal View History

2021-02-11 16:02:14 -08:00
#include "visibility_test_lib.hpp"
#include <boost/throw_exception.hpp>
void
BOOST_SYMBOL_EXPORT
hidden_throw()
{
BOOST_THROW_EXCEPTION(my_exception() << my_info(42));
}