RE: [boost] MPL::lambda on MSVC

2003-03-30 Thread Aleksey Gurtovoy
Jaap Suter wrote: > Hi, Hi Jaap, > > I apologize, but once again I'm unable to get a lambda > expression working with the MPL. > > The code works fine with the Intel and GCC compiler. On MSVC I get the > following error: > > error C2039: 'lhs_index' : is not a member of 'boost::mpl::arg'

Re: [boost] MPL::lambda on MSVC

2003-03-30 Thread David Abrahams
David Abrahams <[EMAIL PROTECTED]> writes: > I'm looking at it to see if I can find a way to get has_rebind to > work without instantiating T. Well, I did it, but although it passes my local tests it seems to fail for your example. I'm not sure what to tell you; the patch is below: Index: boost

Re: [boost] MPL::lambda on MSVC

2003-03-30 Thread David Abrahams
"Jaap Suter" <[EMAIL PROTECTED]> writes: > Hi, > > I apologize, but once again I'm unable to get a lambda expression working > with the MPL. > > The code works fine with the Intel and GCC compiler. On MSVC I get the > following error: > > error C2039: 'lhs_index' : is not a member of 'boost::m

RE: [boost] MPL Lambda on MSVC 7

2003-01-11 Thread Aleksey Gurtovoy
Jaap Suter wrote: > Hi, Hi Jaap, > I need some help with providing lambda support for my own > meta functions. I think this has to do with the following thread: > > http://aspn.activestate.com/ASPN/Mail/Message/1387917 > > but I can't really figure out what to do. Have you seen this one -