Placement syntax: Difference between revisions

Content deleted Content added
WikiCleanerBot (talk | contribs)
m v2.04b - Bot T20 CW#61 - Fix errors for CW project (Reference before punctuation)
History: grammar
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 the third edition of ''[[The C++ Programming Language]]'' doesn't mention this technique.
 
== Expressions ==