28 Mar
2011
28 Mar
'11
12:26 p.m.
On 28.3.2011 14:17, Simon Adler wrote:
I tried to solve this with explicit namespace declarations and replaced _1 via boost::lambda::_1 I also tried to replace all with ::_1 which should explicitly take the declarations from bind/placeholders.hpp thouse are in an unnamed namespace. Please - how can I solve this without using Phoenix? - Not that i don't like your solution but i will understand.
You should also replace boost::bind with boost::lambda::bind. HTH