re PR libstdc++/12451 (missing(late) class forward declaration in cxxabi.h)
authorHarald Boehme <boehme@informatik.hu-berlin.de>
Fri, 3 Oct 2003 00:36:45 +0000 (00:36 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 3 Oct 2003 00:36:45 +0000 (00:36 +0000)
2003-10-02  Harald Boehme  <boehme@informatik.hu-berlin.de>

PR libstdc++/12451
* libsupc++/cxxabi.h: Move forward declaration of __class_type_info.

From-SVN: r72059

libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/cxxabi.h

index 8dd67c22c0d9ab470ce80c225554afbaf50a95c4..4b9b29c1eb009090a0688f533b18007b5d915f9d 100644 (file)
@@ -1,3 +1,8 @@
+2003-10-02  Harald Boehme  <boehme@informatik.hu-berlin.de>
+
+       PR libstdc++/12451
+       * libsupc++/cxxabi.h: Move forward declaration of __class_type_info.
+       
 2003-10-02  Benjamin Kosnik  <bkoz@redhat.com>
 
        * include/bits/locale_classes.h (locale::facet::_S_get_c_name): Add.
index 1cad20580591967a7ee1f7197a03ff02ea63be73..f31ce2db1c7b4576fdee868578b63bfcc2ac3711 100644 (file)
@@ -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
 {