$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (abrahams_at_[hidden])
Date: 2001-01-20 17:25:16
boost/array adds an extra template parameter to std::reverse_iterator only
if BOOST_MSVC_STD_ITERATOR is defined, but it seems to me that any
implementation without partial specialization is going to require the extra
parameter for reverse_iterator<T*>. In fact, the STLport 4.1 beta, when
compiled with MSVC includes the extra parameter. Maybe we need a new config
macro
BOOST_EXTENDED_REVERSE_ITERATOR
or some such?
-Dave
[Hi Nico!]