commit | b84070e7bdf1e3666953d008f30f2b7472d9174c | [log] [tgz] |
---|---|---|
author | Jonathan Wakely <jwakely@redhat.com> | Tue May 14 14:28:21 2024 +0100 |
committer | Jonathan Wakely <redi@gcc.gnu.org> | Thu Jan 09 23:52:31 2025 +0000 |
tree | 9b52df7036e9df07abb7c012c9bd123862546d4e | |
parent | cfe866ebfb94499b95107e79f3e910bbe8c4c321 [diff] |
libstdc++: Document when std::string::shrink_to_fit was added This section can be misread to say that shrink_to_fit is available from GCC 3.4, but it was added later. libstdc++-v3/ChangeLog: * doc/xml/manual/strings.xml: Clarify that GCC 4.5 added std::string::shrink_to_fit. * doc/html/manual/strings.html: Regenerate. (cherry picked from commit 0a99ad5c52caa06c113b1889bbe6634812b89be5)