This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/7019] SFINAE does not work with explicitally specified template arguments
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jul 2003 14:54:36 -0000
- Subject: [Bug c++/7019] 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
bangerth at dealii dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2003-06-23 12:49:34 |2003-07-14 14:54:35
date| |
Summary|[3.3/3.4 Regression] SFINAE |SFINAE does not work with
|does not work with |explicitally specified
|explicitally specified |template arguments
|template arguments |
Target Milestone|3.3.1 |---
------- Additional Comments From bangerth at dealii dot org 2003-07-14 14:54 -------
I don't think we should rate this as a regression. SFINAE didn't work
pre-3.0 and if egcs compiled this snippet then only by accident. In
any case, it did not support the idiom used by SFINAE.
W.