This article is within the scope of WikiProject C/C++, a collaborative effort to improve the coverage of C and C++ topics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.C/C++Wikipedia:WikiProject C/C++Template:WikiProject C/C++C/C++ articles
This article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.ComputingWikipedia:WikiProject ComputingTemplate:WikiProject ComputingComputing articles
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]
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
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]