Re: [boost] Re: More metaprogramming problems with MSVC7.0

2003-02-23 Thread Aleksey Gurtovoy
Andreas Huber wrote: > Hi Aleksey & all other metaprogramming gurus Hi Andreas, > > The attached code compiles just fine with MSVC7.1 but MSVC7.0 once more has > its problems. This time I'm quite sure it has nothing to do with MPL, > instead VC7.0 seems to get confused and reports the following:

Re: [boost] Re: More metaprogramming problems with MSVC7.0

2003-02-23 Thread David Abrahams
"Andreas Huber" <[EMAIL PROTECTED]> writes: > Dave, > > "David Abrahams" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> This looks seriously like ETI (early template instantiation) again. >> Unfortunately I'm not sure exactly what the fix is; Aleksey is the >> only person I know

[boost] Re: More metaprogramming problems with MSVC7.0

2003-02-23 Thread Andreas Huber
Dave, "David Abrahams" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > This looks seriously like ETI (early template instantiation) again. > Unfortunately I'm not sure exactly what the fix is; Aleksey is the > only person I know who really understands how to work around this. > One t