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:
mat007 2012-03-23 07:55:26 +00:00
parent aa09d7fe61
commit 2ca4861c6e

View file

@ -70,8 +70,8 @@ namespace detail
};
}
// if an error is generated by the line below it probably means either the
// method does not exist or it is ambiguous : use MOCK_METHOD_EXT instead
// if an error is generated by the line below it means
// the method is ambiguous : use MOCK_METHOD_EXT instead
template< typename T >
T& invalid_pointer_to_member( const T& );
}