Placement syntax: Difference between revisions

Content deleted Content added
Default placement: deleted part starting with "In your case..." Probably copied from Stack Overflow, doesn't make sense here.
Default placement: deleted sentences about header <new> - unclear and probably incorrect
Line 56:
void operator delete[] (void *, void *) throw() { }
</source>
 
Default placement does not require the inclusion of the Standard C++ library header <code>&lt;new&gt;</code> in the source code of a C++ program.<ref name=Lischner2003 /> However, [[GNU Compiler Collection|g++]] version 4.0 still requires the use of this header (this might be true of other versions of the compiler or other compilers too.){{Citation needed|date=October 2010}}
 
There are various uses for default placement.