From 8a139628d8a8ac1a6f620f08a47d845ffd1fb160 Mon Sep 17 00:00:00 2001 From: mat007 Date: Sat, 23 Jun 2012 11:14:16 +0000 Subject: [PATCH] Using virtual inheritance in mock::exception git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@475 860be788-9bd5-4423-9f1e-828f051e677b --- turtle/boost_test_error.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turtle/boost_test_error.hpp b/turtle/boost_test_error.hpp index 25daa62..2c22535 100644 --- a/turtle/boost_test_error.hpp +++ b/turtle/boost_test_error.hpp @@ -17,7 +17,7 @@ namespace mock { - struct exception : public boost::execution_aborted + struct exception : virtual boost::execution_aborted {}; template< typename Result >