You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Martin Sebor (JIRA)" <ji...@apache.org> on 2008/07/22 04:26:31 UTC

[jira] Created: (STDCXX-1000) [LWG #755] add shrink_to_fit() to std::string and std::vector

[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.