mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Cleanup
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@447 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
ec8813be52
commit
5d4258941e
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ namespace detail
|
||||||
f_ = lambda_type::make_val( boost::ref( r_ ) );
|
f_ = lambda_type::make_val( boost::ref( r_ ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
mutable std::auto_ptr< Result > r_;
|
std::auto_ptr< Result > r_;
|
||||||
functor_type f_;
|
functor_type f_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue