This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 458c8d6459c PR 87488: Add --with-diagnostics-urls configuration option new 5b1d5885095 libstdc++: Implement LWG 3150 for std::uniform_random_bit_g [...] new 55b00d14f4d libstdc++: Update __cpp_lib_erase_if macro (P1115R3)
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/ChangeLog | 25 ++++++++++++++++++++ libstdc++-v3/include/bits/erase_if.h | 2 +- libstdc++-v3/include/bits/random.h | 1 + libstdc++-v3/include/std/deque | 2 +- libstdc++-v3/include/std/forward_list | 2 +- libstdc++-v3/include/std/list | 2 +- libstdc++-v3/include/std/string | 2 +- libstdc++-v3/include/std/vector | 2 +- libstdc++-v3/include/std/version | 2 +- .../testsuite/23_containers/deque/erasure.cc | 2 +- .../23_containers/forward_list/erasure.cc | 2 +- .../testsuite/23_containers/list/erasure.cc | 2 +- .../testsuite/23_containers/map/erasure.cc | 2 +- .../testsuite/23_containers/set/erasure.cc | 2 +- .../23_containers/unordered_map/erasure.cc | 2 +- .../23_containers/unordered_set/erasure.cc | 2 +- .../testsuite/23_containers/vector/erasure.cc | 2 +- .../testsuite/26_numerics/random/concept.cc | 27 ++++++++++++++++++++++ .../testsuite/26_numerics/random/pr60037-neg.cc | 2 +- 19 files changed, 69 insertions(+), 16 deletions(-)