After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 312055 - can't compile 2.0.15 on vc++ 2003
can't compile 2.0.15 on vc++ 2003
Status: RESOLVED DUPLICATE of bug 310301
Product: libsigc++
Classification: Bindings
Component: build
2.0.x
Other All
: Normal minor
: ---
Assigned To: Martin Schulze
Martin Schulze
Depends on:
Blocks:
 
 
Reported: 2005-07-30 14:45 UTC by Jian Ji Xing
Modified: 2005-07-30 14:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jian Ji Xing 2005-07-30 14:45:52 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.
Comment 1 Jian Ji Xing 2005-07-30 14:51:48 UTC

*** This bug has been marked as a duplicate of 310301 ***