gcc3.4 and boost type trait (is_virtual_base_of) , compile warning

Hello , I am using boost 1.41 with gcc 3.4 (I know it's pretty old) , I
am having problem with "is_virtual_base_of"
The following lines of code will reproduce the problem. Thank you very much
Joseph
======== test_typetrait.cpp ==============
#include <iostream>
#include
::X' due to ambiguity

Hello , I am using boost 1.41 with gcc 3.4 (I know it's pretty old) , I am having problem with "is_virtual_base_of"
The following lines of code will reproduce the problem. Thank you very much
It's a known issue, specific to GCC-3.4.x, and I don't have a fix, sorry :-( Regards, John.
participants (2)
-
emeplease
-
John Maddock