RE: [boost] Re: Lambda conflicts

2003-09-03 Thread Hurd, Matthew
> From: Markus Werle > Subject: [boost] Re: Lambda conflicts > > { > namespace l = boost::lambda; > > [...] l::_1 [...] > } > and lookup rules never bite Yep, that's what I do, but it never looks quite so neat ;-) > > Would be nice to solve the conf

[boost] Re: Lambda conflicts

2003-09-03 Thread Markus Werle
Hurd, Matthew wrote: > Lambda's v cool but it tends not to play fair when promoted to global > scope promoting to global scope is not a good idea anyway. > and lambda::_1 just doesn't look right ;-) { namespace l = boost::lambda; [...] l::_1 [...] } and lookup rules never bite > Would b