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.