"Eric Woodruff" <[EMAIL PROTECTED]> 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 _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost