From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Taylor To: Jim Blandy Cc: gdb-patches@sources.redhat.com Subject: Re: RFA: don't print `const' qualifier for ref types Date: Tue, 24 Apr 2001 12:28:00 -0000 Message-id: <200104241928.PAA27075@houston.candd.org> X-SW-Source: 2001-04/msg00225.html 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.