[LWG #755] add shrink_to_fit() to std::string and std::vector
-------------------------------------------------------------
Key: STDCXX-1000
URL:
https://issues.apache.org/jira/browse/STDCXX-1000 Project: C++ Standard Library
Issue Type: New Feature
Components: 21. Strings, 23. Containers
Reporter: Martin Sebor
Fix For: 4.3.0
Library Working Group issue [755|
http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#755] adds the new member function {{void shrink_to_fit()}} to class templates {{std::basic_string}} and {{std::vector}}. This change has been incorporated into the latest Working Paper and will be in C++ 0x. It's safe to implement in stdcxx 4.3.0.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.