From cb5201fa56e141fbc5e340347cccfd3dc605b0b5 Mon Sep 17 00:00:00 2001 From: Raffi Enficiaud Date: Sun, 23 Sep 2018 23:43:57 +0200 Subject: [PATCH] Making boost::execution_exception visible --- include/boost/test/execution_monitor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/test/execution_monitor.hpp b/include/boost/test/execution_monitor.hpp index eb3b21c6..bda732b9 100644 --- a/include/boost/test/execution_monitor.hpp +++ b/include/boost/test/execution_monitor.hpp @@ -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.