re PR libstdc++/12451 (missing(late) class forward declaration in cxxabi.h)

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
This commit is contained in:
Harald Boehme 2003-10-03 00:36:45 +00:00 committed by Benjamin Kosnik
parent 4eb9573d8d
commit cafc73370e
2 changed files with 7 additions and 2 deletions

View 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.

View 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
{