This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/10126] ICE in convert_nontype_argument on using overload resolution in template args
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Dec 2003 08:50:44 -0000
- Subject: [Bug c++/10126] ICE in convert_nontype_argument on using overload resolution in template args
- References: <20030318001600.10126.marco.franzen@bigfoot.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2003-12-12 08:50 -------
I believe the standard has about the same wording and that a cast
is not allowed inside the template arg specification. In that
case, there would be no way to actually achieve what you want.
We have another PR about this exact same problem.
W.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10126