From: Harald Boehme Date: Fri, 3 Oct 2003 00:36:45 +0000 (+0000) Subject: re PR libstdc++/12451 (missing(late) class forward declaration in cxxabi.h) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cafc73370e83dba34fca9913fe50cd57e4d69bf5;p=gcc.git 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 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 8dd67c22c0d..4b9b29c1eb0 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 1cad2058059..f31ce2db1c7 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 {