[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#209386: libstdc++5-3.3-dev: missing(late) class forward declaration in cxxabi.h



Package: libstdc++5-3.3-dev
Version: 1:3.3.2-0pre2
Severity: normal
Tags: patch



-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux kosh 2.4.21-5-k7 #1 Mon Aug 25 08:09:01 EST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages libstdc++5-3.3-dev depends on:
ii  g++-3.3                    1:3.3.2-0pre2 The GNU C++ compiler
ii  gcc-3.3-base               1:3.3.2-0pre2 The GNU Compiler Collection (base 
ii  libc6-dev                  2.3.2-5       GNU C Library: Development Librari
ii  libstdc++5                 1:3.3.2-0pre2 The GNU Standard C++ Library v3

-- no debconf information

The class declaration for __class_type_info is missing at line 184 in
cxxabi.h.

Please apply following patch:

=====================================================================
--- /usr/include/c++/3.3/cxxabi.h	2003-08-31 13:36:42.000000000 +0200
+++ cxxabi.h	2003-09-09 19:01:41.000000000 +0200
@@ -175,6 +175,8 @@
                                 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 @@
                                 unsigned __outer) const;
 };
 
-class __class_type_info;
-
 /* helper class for __vmi_class_type */
 class __base_class_type_info
 {
=====================================================================

--- /usr/include/c++/3.3/cxxabi.h	2003-08-31 13:36:42.000000000 +0200
+++ cxxabi.h	2003-09-09 19:01:41.000000000 +0200
@@ -175,6 +175,8 @@
                                 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 @@
                                 unsigned __outer) const;
 };
 
-class __class_type_info;
-
 /* helper class for __vmi_class_type */
 class __base_class_type_info
 {

Reply to: