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
|
|
@ -33,6 +33,7 @@
|
|||
#include <boost/call_traits.hpp>
|
||||
#include <boost/make_shared.hpp>
|
||||
#include <boost/noncopyable.hpp>
|
||||
#include <boost/move/move.hpp>
|
||||
#include <boost/optional.hpp>
|
||||
#include <ostream>
|
||||
#include <vector>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue