From 081f3c3c2f1b2b55810f958cc130e2036361e259 Mon Sep 17 00:00:00 2001
From: Jonathan Wakely
Date: Thu, 31 Oct 2019 23:03:26 +0000
Subject: [PATCH] Regenerate libstdc++ HTML docs
* doc/html/*: Regenerate.
From-SVN: r277699
---
libstdc++-v3/ChangeLog | 2 +
.../doc/html/manual/appendix_gpl.html | 2 +-
libstdc++-v3/doc/html/manual/facets.html | 4 +-
.../doc/html/manual/localization.html | 2 +-
.../html/manual/policy_data_structures.html | 2 +-
libstdc++-v3/doc/html/manual/status.html | 66 ++++++++++++++++++-
6 files changed, 72 insertions(+), 6 deletions(-)
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 02901110493..400a0d0db76 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,7 @@
2019-10-31 Jonathan Wakely
+ * doc/html/*: Regenerate.
+
* include/bits/refwrap.h (reference_wrapper, ref, cref): Add constexpr
specifiers for C++20.
* include/std/functional (_Mem_fn, mem_fn, _Bind, _Bind_result, bind)
diff --git a/libstdc++-v3/doc/html/manual/appendix_gpl.html b/libstdc++-v3/doc/html/manual/appendix_gpl.html
index 0ceed3865b5..119d623389a 100644
--- a/libstdc++-v3/doc/html/manual/appendix_gpl.html
+++ b/libstdc++-v3/doc/html/manual/appendix_gpl.html
@@ -675,7 +675,7 @@ under certain conditions; type âshow c
â for det
subroutine library, you may consider it more useful to permit linking
proprietary applications with the library. If this is what you want to do,
use the GNU Lesser General Public License instead of this
- License. But first, please read http://www.gnu.org/philosophy/why-not-lgpl.html.
+ License. But first, please read https://www.gnu.org/philosophy/why-not-lgpl.html.
+
9.1 | __cpp_lib_bounded_array_traits >= 201902L | std::to_array |
+
+ P0325R4
+
+ | 10.1 | __cpp_lib_to_array >= 201907L |
Bit operations |
+
+ P0553R4
+
+ | 10.1 | __cpp_lib_bitops >= 201907L |
Mathematical constants |
+
+ P0631R8
+
+ | 10.1 | __cpp_lib_math_constants >= 201907L |
Layout-compatibility and pointer-interconvertibility traits |
+
+ P0466R5
+
+ | |
+ __cpp_lib_is_layout_compatible >= 201907L ,
+ __cpp_lib_is_layout_interconvertible >= 201907L ,
+ |
std::stop_token and std::jthread |
+
+ P0660R10
+
+ | 10.1 | __cpp_lib_jthread >= 201907L |
Text formatting |
+
+ P0645R10
+
+ | |
+ __cpp_lib_format >= 201907L ,
+ |
constexpr std::invoke and related utilities |
+
+ P1065R2
+
+ | 10.1 | __cpp_lib_constexpr_invoke >= 201907L |
constexpr std::allocator and related utilities |
+
+ P0784R7
+
+ | 10.1 | __cpp_constexpr_dynamic_alloc >= 201907L |
Atomic waiting and notifying, std::semaphore, std::latch and std::barrier |
+
+ P1135R6
+
+ | |
+ __cpp_lib_atomic_lock_free_type_aliases >= 201907L in <atomic>,
+ __cpp_lib_atomic_flag_test >= 201907L in <atomic>,
+ __cpp_lib_atomic_wait >= 201907L in <atomic>,
+ __cpp_lib_semaphore >= 201907L in <semaphore>,
+ __cpp_lib_latch >= 201907L in <latch>,
+ __cpp_lib_barrier >= 201907L in <barrier>
+ |
std::source_location |
+
+ P1208R6
+
+ | |
+ __cpp_lib_source_location >= 201907L ,
+ |
Adding <=> to the standard library |
+
+ P1614R2
+
+ | |
+ __cpp_lib_spaceship >= 201907L ,
+ |
Efficient access to std::basic_stringbuf's Buffer |
+
+ P0408R7
+
+ | | Â |
Note 1: The changes in the proposal either do not affect the code in libstdc++,
or the changes are not required for conformance.
Implementation Specific Behavior
For behaviour which is also specified by previous standards,
--
2.30.2