$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ronald Garcia (garcia_at_[hidden])
Date: 2003-11-01 10:06:22
Kresimir Fresl wrote:
>
> Ronald Garcia wrote:
>
>> Since the storage layout is not part of an array's type, you cannot
>> distinguish the two generically (assuming that by generically you
>> mean "at compile time"). The multi_array has a storage_order member
>> function that returns the storage order object. This can be used at
>> runtime to determine the storage order of an array, though it is
>> expressed in a more general form than C or Fortran storage order.
>
>
> Am I missing something? I can't find storage_order member
> function (at least not in boost 1.30.2).
>
> Regards,
>
> fres
>
>
> _______________________________________________
> Unsubscribe & other changes:
> http://listarchives.boost.org/mailman/listinfo.cgi/boost
Hi,
I may have added this feature since the last release. It should be
available in CVS.
Cheers,
Ron