From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Blandy To: David Taylor Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: don't print `const' qualifier for ref types Date: Tue, 24 Apr 2001 17:44:00 -0000 Message-id: References: <200104241928.PAA27075@houston.candd.org> X-SW-Source: 2001-04/msg00230.html David Taylor writes: > > From: Jim Blandy > Date: Tue, 24 Apr 2001 12:47:35 -0500 (EST) > > See the comments in the patched code for details. > > 2001-04-13 Jim Blandy > > * c-typeprint.c (c_type_print_cv_qualifier): Don't print `const' > qualifier on C++ references; all references are innately const. > > Approved. Committed.