From cafc73370e83dba34fca9913fe50cd57e4d69bf5 Mon Sep 17 00:00:00 2001 From: Harald Boehme Date: Fri, 3 Oct 2003 00:36:45 +0000 Subject: [PATCH] re PR libstdc++/12451 (missing(late) class forward declaration in cxxabi.h) 2003-10-02 Harald Boehme PR libstdc++/12451 * libsupc++/cxxabi.h: Move forward declaration of __class_type_info. From-SVN: r72059 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/libsupc++/cxxabi.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 8dd67c2..4b9b29c 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2003-10-02 Harald Boehme + + PR libstdc++/12451 + * libsupc++/cxxabi.h: Move forward declaration of __class_type_info. + 2003-10-02 Benjamin Kosnik * include/bits/locale_classes.h (locale::facet::_S_get_c_name): Add. diff --git a/libstdc++-v3/libsupc++/cxxabi.h b/libstdc++-v3/libsupc++/cxxabi.h index 1cad205..f31ce2d 100644 --- a/libstdc++-v3/libsupc++/cxxabi.h +++ b/libstdc++-v3/libsupc++/cxxabi.h @@ -175,6 +175,8 @@ protected: unsigned __outer) const; }; +class __class_type_info; + /* type information for a pointer to member variable */ class __pointer_to_member_type_info : public __pbase_type_info @@ -201,8 +203,6 @@ protected: unsigned __outer) const; }; -class __class_type_info; - /* helper class for __vmi_class_type */ class __base_class_type_info { -- 2.7.4