$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Ronald Garcia (garcia_at_[hidden])
Date: 2006-01-18 12:11:21
Greetings Antonio,
What compiler are you using? I copied your code verbatim and it
compiles and runs fine on my machine (I used gcc version 3.3
ron
On Jan 14, 2006, at 9:44 PM, Antonio Piccolboni wrote:
> I have a 4D multi_array and I define a 3D view on it. I can assign the
> view to a 3D multi array but I can't pass it directly to a constructor
> that takes a 3D multi_array. Isn't a 3d view on anything a model of a
> 3d multi_array? (for the sake of this discussion, element is always
> double).
>
> Code:
> ...