This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] demangler stuff
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Carlo Wood <carlo at alinoe dot com>
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Thu, 30 Oct 2003 08:31:58 -0600
- Subject: Re: [PATCH] demangler stuff
- Organization: Red Hat / Chicago
- References: <20031030150820.GA16454@alinoe.com>
>2003-10-30 Carlo Wood <carlo@alinoe.com>
>
> * include/bits/demangle.h
> (qualifier_list<Allocator>::decode_qualifiers(string_type&,
> string_type&, bool member_function_pointer_qualifiers):
> Always seperate the '[' of an array type with a space from
> what is left of it, except when that is the closing bracket
> of another array dimension.
Looks good! Thanks