$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [multi_array] Generalizing the iterators?
From: Geoff Hilton (geoff.hilton_at_[hidden])
Date: 2010-06-29 12:49:12
On 25/06/2010 12:15 PM, Geoff Hilton wrote:
> How feasible would generalizing the iterators used by multi_array be,
> for use by any typical array (eg. std::vector<T> or T*?) type? I know I
> would love that!
Never mind, I just clued into const_/multi_array_ref<T>! :)