Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7408: istream_range should not pull istream
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-06-05 00:57:28
#7408: istream_range should not pull istream
-------------------------------------------------------------+--------------
Reporter: Christopher Yeleighton <giecrilj@â¦> | Owner: neilgroves
Type: Bugs | Status: new
Milestone: To Be Determined | Component: range
Version: Boost 1.51.0 | Severity: Optimization
Resolution: | Keywords:
-------------------------------------------------------------+--------------
Comment (by nathanridge):
Fixed in trunk. However, I'm not convinced that this accomplishes
anything, as istream_range.hpp includes <iterator> to use
istream_iterator, and <iterator> most likely needs to bring in <istream>
to properly define istream_iterator (since it's a template class so its
methods need to be defined in the header). libstdc++'s <iterator>, for
example, brings in <istream>.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7408#comment:3> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:13 UTC