Opened 8 years ago

Last modified 8 years ago

#10332 assigned Bugs

»indexed« range adaptor's source-breaking change not mentioned in release notes

Reported by: Moritz Bunkus <moritz@…> Owned by: Neil Groves
Milestone: To Be Determined Component: range
Version: Boost 1.56.0 Severity: Problem
Keywords: Cc:

Description

The »indexed« range adaptor has changed in v1.56.0 in source-breaking ways. I get the change and that it was necessary for range-based for loops, but this means that you now have to #if BOOST_VERSION < … around it. See this example (distilled from actual code).

Why the ticket? Because the change hasn't been mentioned at all in the release notes.

Change History (2)

comment:1 by anonymous, 8 years ago

Component: Documentationrange
Owner: changed from Matias Capeletto to Neil Groves

comment:2 by Neil Groves, 8 years ago

Status: newassigned
Note: See TracTickets for help on using tickets.