[boost] Re: (SOLVED) Trouble building latest CVS (Intel 7.1 and VC7)

2003-06-24 Thread Nicodemus
ng INTEL_VERSION solved the problem. Thanks a lot Dave! Regards, Nicodemus. ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

[boost] Trouble building latest CVS (Intel 7.1 and VC7)

2003-06-23 Thread Nicodemus
files before I gave up, since something is obviously wrong. If needed, I can post the list of files that are giving this error. Does anybody know what am I doing wrong? Regards, Nicodemus. ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Re: [boost] is_polymorphic and unions

2003-03-18 Thread Nicodemus
David Abrahams wrote: Nicodemus <[EMAIL PROTECTED]> writes: I did it, but it didn't work. is_class::value evaluates to true. 8/ I believe that is_polymorphic::value should evaluate to false, since unions can't be polymorphic. Sure, but if we don't have a way to

Re: [boost] is_polymorphic and unions

2003-03-18 Thread Nicodemus
David Abrahams wrote: Nicodemus <[EMAIL PROTECTED]> writes: Is this happening somewhere in the type traits code? Can you post an instantiation backtrace? It seems to be. Here's the error message: I guess the question here is: "should is_polymorphic::value compile?