On Fri, May 29, 2009 at 1:12 PM, gtsml owevwr <gtsml.owevwr@googlemail.com> wrote:
Hi,

Does anybody know why multi_array_ref doesn't have a default constructor?

I'm asking because I wanted to make a multi_array of multi_array_ref
and that doesn't seem to be possible because multi_array expect the
element type to be default constructible.


I don't know, but if it did what would you have it do? Surely it lacks
one for the same reason that references must be initialised?

- Rob.