Re: [boost] Re: MPL Lambda on MSVC 7

2003-01-12 Thread David Abrahams
"Jaap Suter" <[EMAIL PROTECTED]> writes: >> > Hi, >> >> Hi Jaap, > > Wow, fast reply. Thanks! > >> including MSVC 6.5/7.0 (assuming the latest CVS sources). Or are you using >> the 1.29.0 archive? > > I have the latest CVS sources (I did a full 'get' over the 1_29_0 release in > case you wonder wh

RE: [boost] Re: MPL Lambda on MSVC 7

2003-01-12 Thread Aleksey Gurtovoy
Jaap Suter wrote: > So I tried to come up with the actual smallest example that > doesn't compile, even > with the LAMBDA_SUPPORT macro. It looks as follows: > > template< class T > > struct meta_fun_1 > { > typedef mpl::integral_c< typename T::value_type, 0 > type; > BOOST_MPL_AUX_LAMBDA