Content deleted Content added
Added access date to WWW citation. |
Clarified template argument. |
||
Line 17:
Up until version 2.2.2, this was the ''only'' placement syntax that that compiler would accept.<ref name=Buck1 />
== Functions ==
The placement new functions are overloads of the non-placement new functions. The declaration of the non-placement new functions, for non-array and array <code>new</code> expressions respectively, are:<ref name=Vermeir1>{{cite book|title=Multi-paradigm Programming Using C++|author=Dirk Vermeir|pages=113–115|publisher=Springer|date=2001|isbn=1852334835|isbn13=9781852334833}}</ref><ref name=TCPPPL>{{cite book|last=Stroustrup|first=Bjarne|author-link=Bjarne Stroustrup|title=The C++ Programming Language|publisher=[[Addison-Wesley]]|edition=
:<source lang="cpp" enclose=div>
void * operator new (size_t) throw(std::bad_alloc);
|