|
Boost : |
From: David Abrahams (abrahams_at_[hidden])
Date: 2000-12-21 11:51:19
----- Original Message -----
From: "David Abrahams" <abrahams_at_[hidden]>
>I believe we can easily provide
> boost::iterator_traits<> for compilers without partial specialization by
> using boost::is_pointer<>.
I take it back. You get bitten by the old "can't remove top-level qualifiers
without partial specialization" bugaboo.
For now, I believe the most conservative answer is to turn on
BOOST_NO_ITERATOR_ADAPTORS when __STL_DEBUG and BOOST_MSVC are defined, but
I'm still a bit worried about the general applicability of iterator_adaptors
to MSVC under these conditions.
-Dave
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk