id summary reporter owner description type status milestone component version severity resolution keywords cc 10970 uses of make_reverse_iterator conflict with C++14's. Larisse Voufo jeffrey.hellrung "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. " Bugs new To Be Determined iterator Boost 1.57.0 Problem