https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66968
--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> --- To reproduce the std::tuple error above, use this code at r12-2379 #include <tuple> std::tuple<int> t; auto a = std::get<1>(t);
redi at gcc dot gnu.org via Gcc-bugs Fri, 16 Jul 2021 15:11:40 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66968
--- Comment #7 from Jonathan Wakely <redi at gcc dot gnu.org> --- To reproduce the std::tuple error above, use this code at r12-2379 #include <tuple> std::tuple<int> t; auto a = std::get<1>(t);