$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2002-06-18 12:30:31
Dirk Gerrits wrote:
> Ah yes. But we can't really expect iterator_adaptor users to use
> BOOST_BROKEN_COMPILER_TYPE_TRAITS_SPECIALIZATION can we?
It's better than nothing, IMO :). And it's better than explicitly
specializing iterator_traits (writing
BOOST_BROKEN_COMPILER_TYPE_TRAITS_SPECIALIZATION(my) potentially "enables"
more libraries than writing template<> struct iterator_traits<my*> { /* ...
*/ }; )
Aleksey