Created on 1998-12-15.00:00:00 last changed 184 months ago
Rationale:
Duplicate: 114
The example in [new.delete.placement] paragraph 4 reads:
[Example: This can be useful for constructing an object at a known address:
char place[sizeof(Something)];
Something* p = new (place) Something();
end example]
This example has potential alignment problems.
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-10-21 18:28:33 | admin | set | messages: + msg1822 |
| 1998-12-15 00:00:00 | admin | create | |