Subject: [Boost-bugs] [Boost C++ Libraries] #10970: uses of make_reverse_iterator conflict with C++14's.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-01-25 15:59:41
#10970: uses of make_reverse_iterator conflict with C++14's.
--------------------------------------+------------------------------
Reporter: Larisse Voufo <lvoufo@â¦> | Type: Bugs
Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.57.0
Severity: Problem | Keywords:
--------------------------------------+------------------------------
C++14 introduces make_reverse_iterator, which conflicts with Boost's when
compiling with libc++.
At the very least, this affects targets using the multi_index library
(ordered_index.hpp, random_access_index.hpp, and sequenced_index.hpp).
A quick workaround would be to simply replace occurrences of
make_reverse_iterator with boost::make_reverse_iterator, following the
trend in the accumulators (statistics/tail.hpp) and graph
(core_numbers.hpp) libraries.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10970> 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:17 UTC