[Bug c++/87464] Gcc reports hard error instead of SFINAE out the related method

2022-01-02 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87464 Jonathan Wakely changed: What|Removed |Added Severity|normal |enhancement Last reconfirmed|

[Bug c++/87464] Gcc reports hard error instead of SFINAE out the related method

2018-10-04 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87464 Jonathan Wakely changed: What|Removed |Added Keywords||diagnostic --- Comment #4 from Jonatha

[Bug c++/87464] Gcc reports hard error instead of SFINAE out the related method

2018-10-04 Thread alexejfink at gmx dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87464 Alex changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug c++/87464] Gcc reports hard error instead of SFINAE out the related method

2018-10-01 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87464 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/87464] Gcc reports hard error instead of SFINAE out the related method

2018-09-28 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87464 --- Comment #1 from Jonathan Wakely --- (In reply to Alex from comment #0) > Created attachment 44765 [details] > test code > > The following code works with clang (7.x, 8.x) & VC (2015). > > Trouble: GCC reports a hard error instead of SFINAE-