git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@447 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-05-08 14:16:41 +00:00
parent ec8813be52
commit 5d4258941e

View file

@ -213,7 +213,7 @@ namespace detail
f_ = lambda_type::make_val( boost::ref( r_ ) );
}
mutable std::auto_ptr< Result > r_;
std::auto_ptr< Result > r_;
functor_type f_;
};