This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 424f8a01df9 web/115183 - fix typo in C++ docs new b33f44ca6ce libstdc++: Ensure std::variant relops convert to bool [PR115145] new 1a5e4dd8378 libstdc++: Implement std::formatterstd::thread::id withou [...]
The 2 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/include/bits/std_thread.h | 11 +++- libstdc++-v3/include/std/thread | 43 +++++++++++---- libstdc++-v3/include/std/variant | 63 ++++++++++++---------- .../testsuite/20_util/variant/relops/115145.cc | 36 +++++++++++++ .../testsuite/30_threads/thread/id/output.cc | 21 +++++++- 5 files changed, 134 insertions(+), 40 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/variant/relops/115145.cc