|
Boost Users : |
Subject: Re: [Boost-users] Boost.Coroutine + objects
From: Nathan Ridge (zeratul976_at_[hidden])
Date: 2013-10-01 23:07:40
You need to refer to member functions as '&Abc::first' rather than
just 'first', and you need to bind the implicit object parameter
to something (likekely 'this'):
bind(&Abc::first, this, _1)
Regards,
Nate
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net