Added logging support for std::unique_ptr, std::shared_ptr and std::weak_ptr

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@677 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2013-07-09 08:46:43 +00:00
parent 068f73b0bc
commit 808af17eb8
3 changed files with 43 additions and 0 deletions

View file

@ -6,6 +6,7 @@ Not yet released
* Reworked MOCK_CONSTRAINT to be able to provide names to parameters
* Added MOCK_NO_VARIADIC_MACROS to deactivate variadic macros support
* Added support for movable only types as parameters
* Added logging support for std::unique_ptr, std::shared_ptr and std::weak_ptr
[endsect]