This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Proposed change to libstdc++ demangler (was: Re: g++ rejects declaration of reference to array?)


On Wed, Oct 22, 2003 at 11:32:57AM -0500, Benjamin Kosnik wrote:
> 
> >Apparently this should be changed to:
> >
> >    // <Q>[K|V|r]+A<I>  ==>  [ const| volatile| restrict]+ (Q) [I]
> >
> >where the <Q> is not allowed to end on [K|V|r]+.
> >
> >In less formal words, the 'const' etc. "falls through" the left brace
> >and
> >         int ( const&) [3]    becomes   int const (&) [3]
> 
> Did you have a patch for this?

No, I was waiting till someone agreed / disagreed with the idea
behind the patch.  If you agree, then I will write the patch
and submit it for review the usual way.

-- 
Carlo Wood <carlo@alinoe.com>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]