$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gabriel Dos Reis (gdr_at_[hidden])
Date: 2002-12-04 13:40:22
"Eric Woodruff" <Eric.Woodruff_at_[hidden]> writes:
| [snip]
|
| > holder<Foo> h;
| > new (h.storage) Foo;
|
| What is the meaning of that syntax?
placement-new: Construct a Foo at h.storage.
-- Gaby