mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
4eb9573d8d
commit
cafc73370e
|
@ -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>
|
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:
|
||||||
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:
|
||||||
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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue