$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [MultiArray] Get resize + copy in multi_array::operator=
From: dariomt_at_[hidden]
Date: 2009-06-26 03:39:31
Hi list,
What is the recommended way to get resize + copy behavior in multi_array's
operator=?
Should I patch boost source, wrap a multi_array object, inherit from
multi_array?
I guess I'm not the only one willing to get the usual semantics from the
operator= of this container.
TIA