This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/7019] [3.3/3.4 Regression] SFINAE does not work with explicitally specified template arguments
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jul 2003 04:09:48 -0000
- Subject: [Bug c++/7019] [3.3/3.4 Regression] SFINAE does not work with explicitally specified template arguments
- References: <20020613083600.7019.david.abrahams@rcn.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=7019
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pinskia at physics dot uc
| |dot edu
Summary|SFINAE does not work with |[3.3/3.4 Regression] SFINAE
|explicitally specified |does not work with
|template arguments |explicitally specified
| |template arguments
Target Milestone|--- |3.3.1
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-14 04:09 -------
With gcc 2.91.66, it compile this just fine so this is a regression but an old one.