This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[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


------- 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


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