$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Neal Becker (ndbecker2_at_[hidden])
Date: 2007-05-09 08:01:51
Current multi_array doc says:
Synopsis.
namespace boost {
template <typename ValueType,
std::size_t NumDims,
typename Allocator = std::allocator<ValueType> >
class const_multi_array_ref {
But code says:
template <typename T, std::size_t NumDims,
typename TPtr = const T*
>
class const_multi_array_ref :
Looks like 3rd parameter is different.