[Bug c++/108414] template meta programming
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108414 --- Comment #2 from Евгений Лисицын --- (In reply to Andrew Pinski from comment #1) > > using nth_element_t = typename decltype([](const indexed > T>&){return std::type_identity{};}(make_indexer()))::type; > > There are some known issue with la
[Bug c++/108414] New: template meta programming
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108414 Bug ID: 108414 Summary: template meta programming Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assign