$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [multi_array] Generalizing the iterators?
From: Geoff Hilton (geoff.hilton_at_[hidden])
Date: 2010-06-25 12:15:33
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!