"David Abrahams" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Once again, the case was:
>
>     {
>         aligned_storage<T>::type storage;
>
>         new ((void*)&storage) T(x, y, z); // throws
>
>         // ~aligned_storage<T>() destroys non-existent T
>     }

You mean "~aligned_storage<T>::type() destroys non-existent T"?

Andrei



_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to