[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug c++/34950] [4.2/4.3/4.4 Regression] ICE in svn boost math toolkit




------- Comment #20 from jason at gcc dot gnu dot org  2008-02-19 21:45 -------
Incidentally, the error that 3.3 gave for the testcase in comment #8 seems to
be correct: after we substitute the explicit args into the two function
templates, we are left with one which still has an unbound argument, which I
believe makes it an undeduced context under [temp.deduct.type] paragraph 5
("the set of functions provided as an argument contains one or more function
templates").  The EDG compiler seems to disagree, so this should probably
become a core language issue.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34950

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Reply to: