This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cf3c455b106 PR libstdc++/84087 add default arguments to basic_string me [...] new 4c9cf3a5690 Add tests for std::remove_cvref
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 | 6 +++ .../requirements/alias_decl.cc | 21 +++++---- .../requirements/explicit_instantiation.cc | 7 +-- .../testsuite/20_util/remove_cvref/value.cc | 50 ++++++++++++++++++++++ .../testsuite/20_util/remove_cvref/value_ext.cc | 49 +++++++++++++++++++++ 5 files changed, 122 insertions(+), 11 deletions(-) copy libstdc++-v3/testsuite/20_util/{add_cv => remove_cvref}/requirements/alias_de [...] copy libstdc++-v3/testsuite/20_util/{add_pointer => remove_cvref}/requirements/exp [...] create mode 100644 libstdc++-v3/testsuite/20_util/remove_cvref/value.cc create mode 100644 libstdc++-v3/testsuite/20_util/remove_cvref/value_ext.cc