mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Added checkpoint notification to error policy
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@411 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
e86aebb5a8
commit
f66e06f4fe
5 changed files with 27 additions and 4 deletions
|
|
@ -34,6 +34,9 @@ namespace mock
|
|||
throw std::runtime_error( "aborted" );
|
||||
}
|
||||
|
||||
static void checkpoint( const char* /*file*/, int /*line*/ )
|
||||
{}
|
||||
|
||||
template< typename Context >
|
||||
static void missing_action( const Context& context,
|
||||
const char* /*file*/, int /*line*/ )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue