Files
gcc-reflection/libstdc++-v3/doc/xml
Jonathan Wakely 291df25783 libstdc++: Document removal of implicit allocator rebinding extensions
Traditionally libstdc++ allowed containers to be
instantiated with allocator's that have the wrong value type, implicitly
rebinding the allocator to the container's value type. Since C++20 that
has been explicitly ill-formed, so the extension is no longer supported
in strict modes (e.g. -std=c++17) and in C++20 and later.

libstdc++-v3/ChangeLog:

	* doc/xml/manual/evolution.xml: Document removal of implicit
	allocator rebinding extensions in strict mode and for C++20.
	* doc/html/*: Regenerate.

(cherry picked from commit 8cbaf679a3)
2023-06-23 14:01:06 +01:00
..
2019-11-11 13:35:33 +00:00
2019-11-20 22:24:48 +02:00
2020-01-01 12:51:42 +01:00