https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69223
nightstrike changed:
What|Removed |Added
Known to fail||6.1.0
--- Comment #2 from nightstrike ---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69223
--- Comment #1 from Jonathan Wakely ---
Slightly reduced:
#include
#include
int main() {
std::vector> out;
auto saveChan = [&](auto && f) {
f({});
};
saveChan([](decltype(out)::value_type const & i){ return i;});
}
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69223
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|