mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fixed move-only type argument in actions
Because boost::function does not move the parameters it receives we need to use std::function instead.
This commit is contained in:
parent
58b5e55bb5
commit
d3a5d3010c
8 changed files with 40 additions and 22 deletions
|
|
@ -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
|
||||
* Fixed move-only type argument in actions
|
||||
|
||||
[endsect]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue