This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d8842271ebf c: Fix up error-recovery on non-empty VLA initializers [PR109409] new f9412cedd6c libstdc++: Make std::random_device throw std::system_error [...] new 865869dc694 libstdc++: Add @headerfile and @since to doxygen comments [ [...] new afcf2b09b83 libstdc++: Improve doxygen docs for <memory_resource> new afa69618d16 libstdc++: Reduce Doxygen output for PDF new efa1276480d libstdc++: Remove obsolete options from Doxygen config new 481281ccf41 libstdc++: Fix typos in doxygen comments
The 6 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/doc/doxygen/user.cfg.in | 42 +---------------- libstdc++-v3/include/bits/basic_string.h | 2 + libstdc++-v3/include/bits/cow_string.h | 2 + libstdc++-v3/include/bits/forward_list.h | 2 + libstdc++-v3/include/bits/fs_dir.h | 35 +++++++++++++- libstdc++-v3/include/bits/fs_path.h | 18 +++++++- libstdc++-v3/include/bits/gslice_array.h | 2 + libstdc++-v3/include/bits/indirect_array.h | 2 + libstdc++-v3/include/bits/mask_array.h | 2 + libstdc++-v3/include/bits/memory_resource.h | 12 +++++ libstdc++-v3/include/bits/mofunc_impl.h | 3 +- libstdc++-v3/include/bits/quoted_string.h | 12 +++-- libstdc++-v3/include/bits/slice_array.h | 2 + libstdc++-v3/include/bits/stl_bvector.h | 2 + libstdc++-v3/include/bits/stl_map.h | 2 + libstdc++-v3/include/bits/stl_multimap.h | 2 + libstdc++-v3/include/bits/stl_multiset.h | 3 +- libstdc++-v3/include/bits/stl_set.h | 2 + libstdc++-v3/include/bits/stl_vector.h | 2 + libstdc++-v3/include/bits/unordered_map.h | 4 ++ libstdc++-v3/include/bits/unordered_set.h | 4 ++ libstdc++-v3/include/std/filesystem | 2 + libstdc++-v3/include/std/format | 4 +- libstdc++-v3/include/std/iomanip | 1 + libstdc++-v3/include/std/memory_resource | 63 ++++++++++++++++++++++++++ libstdc++-v3/include/std/valarray | 2 + libstdc++-v3/src/c++11/random.cc | 18 +++++--- libstdc++-v3/testsuite/util/testsuite_random.h | 3 +- 28 files changed, 190 insertions(+), 60 deletions(-)