mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-19 03:57:14 +01:00
Take functor by copy.
This commit is contained in:
parent
a5b83ddf9e
commit
4ca062d439
@ -625,7 +625,7 @@ public:
|
|||||||
///
|
///
|
||||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
template<class F>
|
template<class F>
|
||||||
SQRESULT Foreach(F&& func) const
|
SQRESULT Foreach(F func) const
|
||||||
{
|
{
|
||||||
HSQUIRRELVM vm = SqVM();
|
HSQUIRRELVM vm = SqVM();
|
||||||
const StackGuard sg(vm);
|
const StackGuard sg(vm);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user