From: gast128 (gast128_at_[hidden])
Date: 2005-08-03 16:34:40


Dear all,

I was wondering why boost::array did not offer compile time checked access to
its contents, something like a.get<1>(), a similar interface like tuple.
Otherwise I see not much enhancement compared to an ordinary std::vector.

Wkr,
me