This is an old revision of this page, as edited by Decltype(talk | contribs) at 19:16, 3 October 2009(Low-importance c++). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.Revision as of 19:16, 3 October 2009 by Decltype(talk | contribs)(Low-importance c++)
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
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++
This article has been rated as Low-importance on the importance scale.
This article was nominated for deletion on 26 November 2008. The result of the discussion was keep.
An article on placement new is neccesary to support the article New_(C++). Before this placement new article, that "new" article was incomplete and inaccurate - for example in stating that "new" always allocated memory and that objects created by "new" were always on the heap.
Originally, I tried to have this article mirror the "new" article - and it was suggested that it be deleted because it was too much "how to". It has since been editted by myself and another (thank you Hans Adler) and is more descriptive with very little "how to" remaining.
Scott Bowden (talk) 01:47, 25 November 2008 (UTC)[reply]
Vermeir's custom allocator code
The deallocation example sourced to Vermeir is wrong. The destructor should be explicitly called as well. But it's what the source says. Uncle G (talk) 21:46, 26 November 2008 (UTC)[reply]