This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7b4c9af9cc3 Optimize std::sub_match comparisons using string_view-like type new 7f932aca11d P0887R1 The identity metafunction
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libstdc++-v3/ChangeLog | 8 ++ libstdc++-v3/include/std/type_traits | 7 ++ .../requirements/alias_decl.cc} | 30 ++++--- .../requirements/explicit_instantiation.cc | 8 +- .../20_util/type_identity/requirements/typedefs.cc | 94 ++++++++++++++++++++++ 5 files changed, 131 insertions(+), 16 deletions(-) copy libstdc++-v3/testsuite/20_util/{remove_cvref/requirements/explicit_instantiat [...] copy libstdc++-v3/testsuite/20_util/{remove_cvref => type_identity}/requirements/e [...] create mode 100644 libstdc++-v3/testsuite/20_util/type_identity/requirements/typedefs.cc