]> gcc.gnu.org Git - 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>
Thu, 14 Mar 2024 11:54:32 +0000 (11:54 +0000)
commite6836bbbd7a01af0791c02087e568b4822418c0d
treee0a36322c6aa3ee4f2d500c7a739d9f0bf16ef3e
parent2a556dbec2e522655175374c68d61a39b1463c7e
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.
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
This page took 0.057238 seconds and 5 git commands to generate.