2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 17:32:55 +00:00

merged from trunk

[SVN r31854]
This commit is contained in:
Dave Abrahams
2005-12-01 13:07:14 +00:00
parent d019599a4d
commit 03cb43d1a4

View File

@@ -26,7 +26,7 @@
// 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
class __class_type_info
class __class_type_info;
# endif
# include <cxxabi.h>