Old Lambda support request....

Three years old - looks like an easy answer. <http://svn.boost.org/trac/boost/ticket/426> Anyone? Anyone? Bueller? Thanks. -- -- Marshall Marshall Clow Idio Software <mailto:marshall@idio.com> It is by caffeine alone I set my mind in motion. It is by the beans of Java that thoughts acquire speed, the hands acquire shaking, the shaking becomes a warning. It is by caffeine alone I set my mind in motion.

On Jan 2, 2008, at 1:18 PM, Marshall Clow wrote:
Three years old - looks like an easy answer. <http://svn.boost.org/trac/boost/ticket/426>
Anyone? Anyone? Bueller?
Is there any point in answering a 3-year-old support request? It's probably best to just close it... - Doug

Marshall Clow wrote:
Three years old - looks like an easy answer. <http://svn.boost.org/trac/boost/ticket/426>
Anyone? Anyone? Bueller?
Thanks.
gee, showing what includes were used might help I don't wanna guess at what's wrong w/ something in 1.32 without something compileable

Marshall Clow wrote:
Three years old - looks like an easy answer. <http://svn.boost.org/trac/boost/ticket/426>
Anyone? Anyone? Bueller?
Thanks.
I think I see the problem. bind passes by value, therefore you attempt to copy-construct a SubExpression, which is abstract. Try la::bind(SPtrSubExpression::get, la::_1) instead of *la::_1 Or maybe boost::ref(*la::_1)
participants (4)
-
Doug Gregor
-
Marshall Clow
-
Mathias Gaunard
-
Victor A. Wagner Jr.