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.

Change History (1)

comment:1 by Neil Groves, 12 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.