Added support for move only types to constraints

Therefore mock::retrieve now supports std::unique_ptr.
This commit is contained in:
Mathieu Champlon 2018-03-12 08:26:18 +01:00
parent 5795f4be70
commit bccd3ff303
8 changed files with 60 additions and 19 deletions

View file

@ -16,6 +16,7 @@ Not yet released
* Fixed move-only type argument in actions
* Fixed move-only type support in constraints
* Added support for dereferencing in mock::equal
* Added support for movable objects in mock::retrieve
[endsect]