This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/4672] [3.3/3.4 Regression] [DR 214] Template parameter deduction fails for overloaded template functions.
- 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: 7 Jul 2003 09:18:37 -0000
- Subject: [Bug c++/4672] [3.3/3.4 Regression] [DR 214] Template parameter deduction fails for overloaded template functions.
- References: <20011025162612.4672.sven@programmingresearch.ie>
- 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=4672
nathan at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P2 |P3
Target Milestone|3.3.1 |3.4
------- Additional Comments From nathan at gcc dot gnu dot org 2003-07-07 09:18 -------
This will not be fixed in 3.3.
3.3 is doing what the std says. DR 214 is in ready status -- not
yet accepted as a DR.