mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Better in-code error explanation message
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@430 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
aa09d7fe61
commit
2ca4861c6e
1 changed files with 2 additions and 2 deletions
|
|
@ -70,8 +70,8 @@ namespace detail
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
// if an error is generated by the line below it probably means either the
|
// if an error is generated by the line below it means
|
||||||
// method does not exist or it is ambiguous : use MOCK_METHOD_EXT instead
|
// the method is ambiguous : use MOCK_METHOD_EXT instead
|
||||||
template< typename T >
|
template< typename T >
|
||||||
T& invalid_pointer_to_member( const T& );
|
T& invalid_pointer_to_member( const T& );
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue