Opened 12 years ago
Closed 12 years ago
#4398 closed Bugs (fixed)
join_iterator is not default constructible
Reported by: | Mathias Gaunard | Owned by: | Neil Groves |
---|---|---|---|
Milestone: | Boost 1.44.0 | Component: | range |
Version: | Boost 1.44.0 | Severity: | Problem |
Keywords: | Cc: |
Description
join_iterator is not default constructible, even though all iterators have to be.
This is because its join_iterator_link member has a private default constructor.
Note:
See TracTickets
for help on using tickets.