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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user