Jump to content

Talk:Unordered associative containers (C++)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 1exec1 (talk | contribs) at 12:50, 6 December 2011 (moved Talk:Unordered map (C++) to Talk:Unordered associative containers (C++): Per Talk:C++ Standard Library#reorg). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconC/C++ Unassessed
WikiProject iconThis 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.
???This article has not yet received a rating on Wikipedia's content assessment scale.
???This article has not yet received a rating on the importance scale.

Renaming this article to follow a consistent convention

Hi, I am currently considering renaming this article to conform to a common convention for C++ Standard Library components. The full discussion can be found here. decltype 09:49, 6 March 2009 (UTC)[reply]

I would advise moving to Unordered containers (C++), since in this article we also talk about unordered_set etc, which should redirect here. hash_map and hash_map (C++ class) (and other hash_xxx) should all be redirecting here. 114.146.107.27 (talk) 06:43, 22 June 2009 (UTC)[reply]

MSVC?

The reference on the statement about the header from MSVC is a page specific to Visual Studio 2008. However, my installed copy has no such header present. Is that only present in certain editions, or an extra download? Or does the class documentation cover things in the standards that are not shipped, making the citation (that it is with MSVC) incorrect? Długosz (talk) 22:54, 20 July 2009 (UTC)[reply]


Better Examples

It would be nice if this gave an example of looking to see whether or not a key was present in the map. E.g, in python, one would do "hash_map.Get(key) ; if key is None: ...". 216.239.45.130 (talk) 01:54, 12 October 2011 (UTC)[reply]

Reorganization

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]