[Bug c++/83417] Pointer-to-member template parameter with auto member type dependent container type does not work (C++17)

2023-12-15 Thread waffl3x at protonmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83417 waffl3x changed: What|Removed |Added CC||waffl3x at protonmail dot com --- Comment #5

[Bug c++/83417] Pointer-to-member template parameter with auto member type dependent container type does not work (C++17)

2021-02-03 Thread davveston at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83417 --- Comment #4 from David Friberg --- The example of my previous comment may fall under (the original intent of?) CWG 1892. If so it ill-formed, as 'auto (*fp)(T)' is not a function declaration in the template parameter list.

[Bug c++/83417] Pointer-to-member template parameter with auto member type dependent container type does not work (C++17)

2021-01-27 Thread davveston at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83417 David Friberg changed: What|Removed |Added CC||davveston at gmail dot com --- Comment

[Bug c++/83417] Pointer-to-member template parameter with auto member type dependent container type does not work (C++17)

2020-10-16 Thread mpolacek at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83417 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|

[Bug c++/83417] Pointer-to-member template parameter with auto member type dependent container type does not work (C++17)

2019-02-17 Thread pavel.kryukov at phystech dot edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83417 Pavel I. Kryukov changed: What|Removed |Added CC||pavel.kryukov at phystech dot edu