Placement syntax: Difference between revisions

Content deleted Content added
Expressions: removed contradiction (see #Functions and above)
History: rm incorrect information. Placement new was in Cfront 2.0, released in 1989 (see http://www.softwarepreservation.org/projects/c_plus_plus/cfront/release_2.0/doc/ProductReferenceManual.pdf)
Line 6:
 
== History ==
In earlier versions of C++ there was no such thing as ''placement new''; instead, developers used explicit assignment to ''this'' within constructors to achieve similar effect.<ref name=Stroustrup1991 /> This practice has been deprecated and abolished later, and third edition of ''[[The C++ Programming Language]]'' doesn't mention this technique. Support for ''placement new'' operator has been added to compilers circa 1995.{{Citation needed|date=October 2010}}
 
== Expressions ==