[Bug c++/95455] ICE in capture with initializer in requires block

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jun 1 09:06:42 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95455

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Lambdas in unevaluated contexts should be valid since P0315R4 which is (so far)
only implemented in GCC but not clang nor other compilers.
So I'm not sure about the invalid classification.


More information about the Gcc-bugs mailing list