Commit cafc7337 by Harald Boehme Committed by Benjamin Kosnik

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
parent 4eb9573d
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> 2003-10-02 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/locale_classes.h (locale::facet::_S_get_c_name): Add. * include/bits/locale_classes.h (locale::facet::_S_get_c_name): Add.
......
...@@ -175,6 +175,8 @@ protected: ...@@ -175,6 +175,8 @@ protected:
unsigned __outer) const; unsigned __outer) const;
}; };
class __class_type_info;
/* type information for a pointer to member variable */ /* type information for a pointer to member variable */
class __pointer_to_member_type_info class __pointer_to_member_type_info
: public __pbase_type_info : public __pbase_type_info
...@@ -201,8 +203,6 @@ protected: ...@@ -201,8 +203,6 @@ protected:
unsigned __outer) const; unsigned __outer) const;
}; };
class __class_type_info;
/* helper class for __vmi_class_type */ /* helper class for __vmi_class_type */
class __base_class_type_info class __base_class_type_info
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment