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: | 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 , 8 years ago
| Component: | Documentation → range |
|---|---|
| Owner: | changed from to |
comment:2 by , 8 years ago
| Status: | new → assigned |
|---|
Note:
See TracTickets
for help on using tickets.
