Placement syntax: Difference between revisions

Content deleted Content added
m Do general fixes and cleanup. - using AWB (9100)
Default placement: add in a hyperlink to (the article about) "g++" (that is, GNU Compiler Collection) -- also known as "G++"
Line 64:
</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.