This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4d451454d3d 2019-08-12 Richard Biener rguenther@suse.de new 963743ccffb Add noexcept-specifier to std::apply and std::make_from_tuple
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/tuple | 26 +++++++++ libstdc++-v3/testsuite/20_util/tuple/apply/2.cc | 62 +++++++++++++++++++++ .../testsuite/20_util/tuple/make_from_tuple/2.cc | 63 ++++++++++++++++++++++ 4 files changed, 159 insertions(+) create mode 100644 libstdc++-v3/testsuite/20_util/tuple/apply/2.cc create mode 100644 libstdc++-v3/testsuite/20_util/tuple/make_from_tuple/2.cc