Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Templatized base types now work with mock_interface
When using a template base class as the parameter to `mock_interface`, the `IMPLEMENT_MOCKn()` macros fail to compile due to `typename` missing before the `decltype(..)::type` statement. Fixes #116 Signed-off-by: Robert Dailey <[email protected]>
- Loading branch information