$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [type_traits] Interest in is_iterator type trait?
From: Peter Dimov (lists_at_[hidden])
Date: 2014-08-20 09:52:44
Mathias Gaunard wrote:
> Alternatively, Boost could provide a boost::iterator_traits that always
> behaves like C++14's (and would even be an alias to std::iterator_traits
> in C++14)
Iterators without nested types specialize std::iterator_traits.
boost::iterator_traits will not work for them.