This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c083a453dbe Fortran: no size check passing NULL() without MOLD argument [...] new 31ef58b18da libstdc++: Replace std::result_of with __invoke_result_t [P [...] new ff773ac3d9c libstdc++: Reorder feature test macro definitions new 8539c5610a7 libstdc++: Use feature test macros in <bits/stl_construct.h> new 142cc4c223d libstdc++: Constrain std::vector default constructor [PR113841]
The 4 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/allocator.h | 3 ++ libstdc++-v3/include/bits/stl_bvector.h | 3 ++ libstdc++-v3/include/bits/stl_construct.h | 14 ++++---- libstdc++-v3/include/bits/stl_vector.h | 3 ++ libstdc++-v3/include/bits/version.def | 34 +++++++++--------- libstdc++-v3/include/bits/version.h | 40 +++++++++++----------- libstdc++-v3/include/std/functional | 2 +- libstdc++-v3/include/std/type_traits | 4 +++ libstdc++-v3/testsuite/20_util/bind/ref_neg.cc | 2 +- .../testsuite/23_containers/vector/cons/113841.cc | 34 ++++++++++++++++++ 10 files changed, 93 insertions(+), 46 deletions(-) create mode 100644 libstdc++-v3/testsuite/23_containers/vector/cons/113841.cc