Placement syntax: Difference between revisions

Content deleted Content added
Undid revision 1228072781 by 103.173.7.231 (talk)
History: grammar and tag
Line 6:
 
== History ==
In earlier versions of C++, there was no such thing as ''placement new''; instead, developers used explicit assignment to ''<code>this''</code> within constructors to achieve similar effect.<ref name=Stroustrup1991 /> This practice has been deprecated and abolished later,{{When|date=April 2025 |reason=Is there a specific C++ standard that abolishes this technique?}} and the third edition of ''[[The C++ Programming Language]]'' doesn'tdoes not mention this technique.
 
== Expressions ==