diff --git a/libstdc++-v3/doc/html/manual/api.html b/libstdc++-v3/doc/html/manual/api.html
index 7d5f754fb38..27c0d090e5d 100644
--- a/libstdc++-v3/doc/html/manual/api.html
+++ b/libstdc++-v3/doc/html/manual/api.html
@@ -370,6 +370,11 @@ Calling a std::bind
result as volatile was deprecated
For the non-default --enable-symvers=gnu-versioned-namespace
configuration, the shared library SONAME has been changed to
libstdc++.so.8
.
+
+ The extension allowing containers to be instantiated with an allocator
+ that doesn't match the container's value type is no longer allowed in
+ strict (-std=c++NN
) modes, only in
+ -std=gnu++NN
modes.
C++17 header
<memory_resource>
@@ -425,6 +430,10 @@ Calling a std::bind
result as volatile was deprecated
and
<stop_token>
added.
+
+ The extension allowing containers to be instantiated with an allocator
+ that doesn't match the container's value type is no longer allowed in
+ C++20 mode, even in non-strict -std=gnu++20
mode.
The --enable-cheaders=c_std
configuration
was deprecated.
@@ -479,4 +488,8 @@ Tunables <variable>glibcxx.eh_pool.obj_count</