Re: [Boost-users] Errors when playing with lambda (1.32.0, VC7.1)
30 Nov
2004
30 Nov
'04
4:40 p.m.
"Peter Dimov"
You are trying to invoke the non-const member function Foo::print on a const Foo.
and
You didn't call the function: (&_1->*&Foo::print)().
Thanks for the reply! Both seem obvious once the errors have been pointed out, but I was not making any headway by reading the error messages (in the first case) or stepping through the code execution (in the second).... I'll keep working with it. Thanks again!! -------------------------------- John Wismar john.wismar@autozone.com
7301
Age (days ago)
7301
Last active (days ago)
0 comments
1 participants
participants (1)
-
John.Wismar@autozone.com