Added support for movable objects in mock::retrieve

This commit is contained in:
Mathieu Champlon 2017-12-11 22:04:11 +01:00
parent afffdb470a
commit f872785e26
3 changed files with 18 additions and 0 deletions

View file

@ -13,6 +13,7 @@ Not yet released
* Fixed mocking of a function returning a reference for gcc 4.1
* Added MOCK_NO_AUTO_PTR to deactivate std::auto_ptr support
* Added [@https://github.com/philsquared/Catch Catch] integration
* Added support for movable objects in mock::retrieve
[endsect]