$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: nbecker_at_[hidden]
Date: 2002-01-02 09:08:44
After a quick look at the multi-array doc, I have a couple of
comments/questions.
1) More doc needed (no surprise). Several times, there are comments
about "You can suppress this object by defining
BOOST_MULTI_ARRAY_NO_GENERATORS before including the library
header." What does this mean? What are the implications?
2) It looks like an array view is a different animal than an array.
How can I make generic algorithms that work with either one? Is
this desirable (I think it is)?