This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 04c4a9200b2 Avoid deprecated warnings about std::auto_ptr in library headers new e12be0dd662 PR libstdc++/80316 make promise::set_value throw no_state error
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 | 21 ++ libstdc++-v3/include/std/future | 59 +++-- .../30_threads/promise/members/at_thread_exit2.cc | 167 ++++++++++++ .../30_threads/promise/members/set_exception.cc | 49 ++++ .../30_threads/promise/members/set_exception2.cc | 181 +++++++++++++ .../30_threads/promise/members/set_value2.cc | 292 +++++++++++++++++++++ 6 files changed, 740 insertions(+), 29 deletions(-) create mode 100644 libstdc++-v3/testsuite/30_threads/promise/members/at_thread_exit2.cc