[Bug c++/10646] [3.3/3.4 regression] non-const reference is incorrectly matched in a "const T" partial specialization
nathan at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Jul 13 14:10:00 GMT 2003
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.
More information about the Gcc-bugs
mailing list