This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/10807] [DR 295] It should be possible to cv-qualify function types, if the CV qualifications are introduced through a typedef or a template argument
- From: "mmitchel at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Feb 2004 02:37:26 -0000
- Subject: [Bug c++/10807] [DR 295] It should be possible to cv-qualify function types, if the CV qualifications are introduced through a typedef or a template argument
- References: <20030515181600.10807.giovannibajo@libero.it>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From mmitchel at gcc dot gnu dot org 2004-02-05 02:37 -------
I don't think it's appropriate to qualify this as a regression since (a) the
standard as it presently exists does not allow the code, and (b) making this
change will break existing code.
We should implement DR 295 at some point, but it's certainly not release critical.
I've removed the target milestone and the regression markers.
--
What |Removed |Added
----------------------------------------------------------------------------
Summary|[3.3/3.4/3.5 regression] [DR|[DR 295] It should be
|295] It should be possible |possible to cv-qualify
|to cv-qualify function |function types, if the CV
|types, if the CV |qualifications are
|qualifications are |introduced through a typedef
|introduced through a typedef|or a template argument
|or a template argument |
Target Milestone|3.4.0 |---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10807