https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98500
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jason at gcc dot gnu.org, | |marxin at gcc dot gnu.org --- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> --- Started to ICE with r9-6733-g03bed1538f8c71f0, it was rejected before that: pr98500.C:3:52: error: could not convert ‘<lambda closure object><lambda()>{}’ from ‘<lambda()>’ to ‘<lambda()>’ 3 | template<template<auto=[]{}> class H = X, class = H<>> | ^ pr98500.C:9:24: error: template argument 2 is invalid 9 | static_assert(sizeof(A<>)); | ^