On Wed, 06 Nov 2002 18:36:53 +0100, Gennaro Prota
<[EMAIL PROTECTED]> wrote:


>>       swap(p_[i],rhs.p_[i]); // THIS MAY THROW
>
>This must be just an oversight. Weren't you thinking to p_ as the
>pointer to the array in the free store case?


Oops, ignore that. I missed the constructor

  FixedArray() : p_(storage_.address()) {}

Genny.


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

Reply via email to