]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Correct notes about std::call_once in manual [PR66146]
authorJonathan Wakely <jwakely@redhat.com>
Thu, 14 Mar 2024 11:52:17 +0000 (11:52 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 18 Mar 2024 11:00:14 +0000 (11:00 +0000)
commit415457babf04d077929956ea97132448b0dc4b2c
treef0e5074f9b0d2bf1573ec0e4abe35db8cf99103c
parenta0bca5584725153ad560b97a33a07e3c56f6f953
libstdc++: Correct notes about std::call_once in manual [PR66146]

The bug with exceptions thrown during a std::call_once call affects all
targets, so fix the docs that say it only affects non-Linux targets.

libstdc++-v3/ChangeLog:

PR libstdc++/66146
* doc/xml/manual/status_cxx2011.xml: Remove mention of Linux in
note about std::call_once.
* doc/xml/manual/status_cxx2014.xml: Likewise.
* doc/xml/manual/status_cxx2017.xml: Likewise.
* doc/html/manual/status.html: Regenerate.

(cherry picked from commit e6836bbbd7a01af0791c02087e568b4822418c0d)
libstdc++-v3/doc/html/manual/status.html
libstdc++-v3/doc/xml/manual/status_cxx2011.xml
libstdc++-v3/doc/xml/manual/status_cxx2014.xml
libstdc++-v3/doc/xml/manual/status_cxx2017.xml