Talk:Sequence container (C++)

Latest comment: 10 years ago by Theunamedguy in topic Should container adapters be added?

Reorganization edit

There's an ongoing discussion about an reorganization of the articles about the C++ containers. This page is one of the subjects of that discussion. Please express your opinion. 1exec1 (talk) 20:15, 2 December 2011 (UTC)Reply

The article needs cleanup edit

Currently most of the content is still as was in the original articles (Vector (C++), List (C++), etc.) which means that it doesn't integrate into this article well (though the original content itself was quite poor). The layout is also of low quality, however I suggest we leave the topmost layout as is, so that we have the following main sections: History, Design (Properties of the containers, comparisons between them, etc.), Overview of functions (the function table with links usable for someone who needs only a reference manual), Usage (several short examples showing how to use containers). Any suggestions, other ideas? 1exec1 (talk) 00:01, 6 December 2011 (UTC)Reply

Table refers to non-existent forwad_list functions edit

just as an example, std::forward_list<T>::emplace does not exist, there's std::forward_list<T>::emplace_after (since you can't emplace at a specific location) without being able to reverse-iterator (to fix up the link) lost more other entries are similarly wrong. 74.108.115.166 (talk) 06:57, 1 March 2013 (UTC)Reply

Should container adapters be added? edit

Add containers like stack, queue? Theunamedguy (talk) 22:30, 14 May 2013 (UTC)Reply