This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/10126] ICE in convert_nontype_argument on using overload resolution in template args


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]