https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96592
--- Comment #7 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>: https://gcc.gnu.org/g:202e96058031b8ac2edc8fdab2faab06b988a253 commit r10-9607-g202e96058031b8ac2edc8fdab2faab06b988a253 Author: Jonathan Wakely <jwak...@redhat.com> Date: Thu Sep 3 16:26:16 2020 +0100 libstdc++: Add workaround for weird std::tuple error [PR 96592] This "fix" makes no sense, but it avoids an error from G++ about std::is_constructible being incomplete. The real problem is elsewhere, but this "fixes" the regression for now. libstdc++-v3/ChangeLog: PR libstdc++/96592 * include/std/tuple (_TupleConstraints<true, T...>): Use alternative is_constructible instead of std::is_constructible. * testsuite/20_util/tuple/cons/96592.cc: New test. (cherry picked from commit 032a4b42cc5f2105f622690ce2552f1c30e1d227)