mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Using virtual inheritance in mock::exception
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@475 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
912ffe4cf2
commit
8a139628d8
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
namespace mock
|
||||
{
|
||||
struct exception : public boost::execution_aborted
|
||||
struct exception : virtual boost::execution_aborted
|
||||
{};
|
||||
|
||||
template< typename Result >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue