This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from ffc6b225c95 amdgcn: Fix addsub bug new 7bd8a81f39e libstdc++: Add @headerfile and @since to doxygen comments [ [...] new 9fa6a69a047 libstdc++: Improve doxygen docs for <memory_resource> new 0d9f00612a8 libstdc++: Simplify preprocessor/namespace nesting in <bits [...] new bf9e62a9210 libstdc++: Strip absolute paths from files shown in Doxygen docs new 0355492fd45 libstdc++: Minor fixes to doxygen comments new 2f0e2f97d01 libstdc++: Improve doxygen docs for <random>
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 | 3 +- 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/memory_resource.h | 12 ++ libstdc++-v3/include/bits/move.h | 11 +- libstdc++-v3/include/bits/quoted_string.h | 12 +- libstdc++-v3/include/bits/random.h | 127 +++++++++++++++++++++- libstdc++-v3/include/bits/regex.tcc | 4 - 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/uniform_int_dist.h | 11 ++ libstdc++-v3/include/bits/unordered_map.h | 4 + libstdc++-v3/include/bits/unordered_set.h | 4 + libstdc++-v3/include/bits/uses_allocator.h | 5 + libstdc++-v3/include/experimental/memory_resource | 2 - libstdc++-v3/include/std/bit | 4 +- libstdc++-v3/include/std/expected | 4 +- libstdc++-v3/include/std/filesystem | 2 + libstdc++-v3/include/std/iomanip | 1 + libstdc++-v3/include/std/memory_resource | 63 +++++++++++ libstdc++-v3/include/std/numbers | 2 +- 28 files changed, 308 insertions(+), 35 deletions(-)