Subject: Re: [Boost-users] lambda::bind and abstract class - how to?
From: Archie14 (admin_at_[hidden])
Date: 2010-03-05 09:48:44


> Replacing boost::lambda::_1 with &boost::lambda::_1 makes my compiler (gcc
4.1.1) stopcomplaining. Is that what you need?- Rob.

Thank you. That was it.