https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99968
--- Comment #10 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>: https://gcc.gnu.org/g:37ff51a98583e63fb9afe83cf9f4351760149028 commit r13-2344-g37ff51a98583e63fb9afe83cf9f4351760149028 Author: Jonathan Wakely <jwak...@redhat.com> Date: Thu Sep 1 11:52:52 2022 +0100 libstdc++: Remove FIXME for ICE with remove_cvref_t in requires-expression PR c++/99968 is fixed since GCC 12.1 so we can remove the workaround. libstdc++-v3/ChangeLog: * include/std/type_traits (is_scoped_enum): Remove workaround.