[Bug c++/115358] template argument deduction/substitution failed on lambda function

2024-06-05 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115358 --- Comment #3 from Jonathan Wakely --- *** Bug 115357 has been marked as a duplicate of this bug. ***

[Bug c++/115358] template argument deduction/substitution failed on lambda function

2024-06-05 Thread dongkyun.s at samsung dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115358 --- Comment #2 from dongkyun.s at samsung dot com --- This might be related with https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106649 applied on GCC-13 but latest clang can build this example though.

[Bug c++/115358] template argument deduction/substitution failed on lambda function

2024-06-05 Thread dongkyun.s at samsung dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115358 --- Comment #1 from dongkyun.s at samsung dot com --- Created attachment 58356 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58356&action=edit example code example code