This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] More demangler stuff
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Carlo Wood <carlo at alinoe dot com>
- Cc: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Thu, 30 Oct 2003 08:32:24 -0600
- Subject: Re: [PATCH] More demangler stuff
- Organization: Red Hat / Chicago
- References: <20031030153001.GA18024@alinoe.com>
>2003-10-30 Carlo Wood <carlo@alinoe.com>
>
> * include/bits/demangle.h
> (qualifier_list<Allocator>::decode_qualifiers(string_type&,
> string_type&, bool) const): Made const.
> (qualifier_list<Allocator>::M_printing_suppressed): Added mutable.
> (_GLIBCXX_DEMANGLER_DOUT_ENTERING3, _GLIBCXX_DEMANGLER_RETURN3,
> std::ostream& operator<<(std::ostream&, qualifier const&),
> std::ostream& operator<<(std::ostream&, qualifier_list const&),
> qualifier_list<Allocator>::decode_qualifiers(string_type&,
> string_type&, bool) const,
> session<Allocator>::decode_type_with_postfix(string_type&,
> string_type&, qualifier_list<Allocator>*))
> Added and/or changed debug-only hooks and code.
This is fine.
-benjamin