
12 Jan
2007
12 Jan
'07
9:39 p.m.
Steven Watanabe wrote:
int main() { boost::shared_ptr<A> a(new A); boost::lambda::bind(&A::func, *boost::lambda::bind(identity(a)))(); }
*lambda::constant(a) should work (but doesn't). This is arguably a bug in Lambda's contentsof_type handling of cv qualifiers, but I'm afraid to touch it. :-)