[Bug c++/117882] SFINAE not respected for array parameters

2024-12-02 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117882 --- Comment #4 from Marek Polacek --- (In reply to Marek Polacek from comment #1) > I don't think it's a dup This meant to say "... of PR 24663." because it's not the same problem.

[Bug c++/117882] SFINAE not respected for array parameters

2024-12-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117882 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/117882] SFINAE not respected for array parameters

2024-12-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117882 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/117882] SFINAE not respected for array parameters

2024-12-02 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117882 Marek Polacek changed: What|Removed |Added Keywords||rejects-valid --- Comment #1 from Marek