2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-13 00:42:09 +00:00

Making boost::execution_exception visible

This commit is contained in:
Raffi Enficiaud
2018-09-23 23:43:57 +02:00
parent e021ca8b68
commit cb5201fa56

View File

@@ -237,7 +237,7 @@ protected:
/// this class never allocates any memory and assumes that strings it refers to are either some constants or live in a some kind of persistent (preallocated) memory.
// ************************************************************************** //
class BOOST_TEST_DECL execution_exception {
class BOOST_SYMBOL_VISIBLE execution_exception {
typedef boost::unit_test::const_string const_string;
public:
/// These values are sometimes used as program return codes.