mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fixed Boost.Mock generation
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@465 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
946d1f6874
commit
fc5b7f7163
29 changed files with 37 additions and 42 deletions
|
|
@ -75,7 +75,7 @@ namespace detail
|
|||
// the method is ambiguous : use MOCK_METHOD_EXT instead
|
||||
template< typename T >
|
||||
T& ambiguous_method_name_use_MOCK_METHOD_EXT_instead( const T& );
|
||||
}
|
||||
} // mock
|
||||
|
||||
#define MOCK_BASE_CLASS(T, I) \
|
||||
struct T : I, mock::object, mock::detail::base< I >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue