ng INTEL_VERSION solved the problem. Thanks a lot Dave!
Regards,
Nicodemus.
___
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
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
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
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?