2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 05:02:17 +00:00

merged from trunk

[SVN r31832]
This commit is contained in:
Dave Abrahams
2005-11-30 11:57:57 +00:00
parent 2231448286
commit 95a184e424

View File

@@ -25,7 +25,7 @@
// http://lists.debian.org/debian-gcc/2003/09/msg00055.html notes
// that, in cxxabi.h of gcc-3.x for x < 4, this type is used before it
// is declared.
# if __GNUC__ == 3 && __GNUC_MINOR < 4
# if __GNUC__ == 3 && __GNUC_MINOR__ < 4
class __class_type_info
# endif