Boost logo

Boost :

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!]


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk