Talk:Placement syntax
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)
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)