This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/10646] [3.3/3.4 regression] non-const reference is incorrectly matched in a "const T" partial specialization
- From: "nathan at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jul 2003 14:10:49 -0000
- Subject: [Bug c++/10646] [3.3/3.4 regression] non-const reference is incorrectly matched in a "const T" partial specialization
- References: <20030506224600.10646.notbob@tessellation.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10646
nathan at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From nathan at gcc dot gnu dot org 2003-07-13 14:10 -------
Not a bug.
CV qualifiers are ignored on reference type when introduced via a typedef
or template type parameter.