mirror of
https://github.com/boostorg/exception.git
synced 2025-07-03 07:46:47 +02:00
10 lines
174 B
C++
10 lines
174 B
C++
![]() |
#include "visibility_test_lib.hpp"
|
||
|
#include <boost/throw_exception.hpp>
|
||
|
|
||
|
void
|
||
|
BOOST_SYMBOL_EXPORT
|
||
|
hidden_throw()
|
||
|
{
|
||
|
BOOST_THROW_EXCEPTION(my_exception() << my_info(42));
|
||
|
}
|