[cfe-commits] [libcxxabi] r146989 - /libcxxabi/trunk/src/cxa_new_delete.cpp
Howard Hinnant
hhinnant at apple.com
Tue Dec 20 13:26:17 PST 2011
On Dec 20, 2011, at 4:18 PM, John McCall wrote:
> On Dec 20, 2011, at 12:38 PM, Howard Hinnant wrote:
>> Author: hhinnant
>> Date: Tue Dec 20 14:38:05 2011
>> New Revision: 146989
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=146989&view=rev
>> Log:
>> Add new and delete operators
>
> Should this also provide the placement new/delete operators?
>
> John.
No, those 4 should be always-inlined into <new> (and aren't replaceable). But thanks for checking.
Howard
More information about the cfe-commits
mailing list