tcbrindle / NanoRange

Range-based goodness for C++17
Boost Software License 1.0
358 stars 28 forks source link

Make istream_view::iterator copyable (again) #70

Closed tcbrindle closed 5 years ago

tcbrindle commented 5 years ago

While the concepts (and the istream_view spec) have been updated for move-only iterators, the views have not (yet).

Since it's handy to be able to apply adaptors to an istream_view, we'll comment out the move constructor definitions for now.

(Oh, and also work around yet another mysterious GCC constraint failure, grrr....)