[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Interesting C++ way to allocate user data (placement new)
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 16 May 2012 10:35:27 +0200
On Wed, May 16, 2012 at 10:26 AM, Rena <hyperhacker@gmail.com> wrote:
> transparently wrap any type. But is placement new and operator new a
> recent standard, or an extension, or has it been around all this time?
It's been working fine since before the new century; it isn't a new feature.
steve d.