GNOME Bugzilla – Bug 312055
can't compile 2.0.15 on vc++ 2003
Last modified: 2005-07-30 14:51:48 UTC
In type_traits.h, the 'struct internal' will cause conflict with 'namespace internal' on vc++ 2003. Simply rename it to something like '_internal_' will solve the problem.
*** This bug has been marked as a duplicate of 310301 ***