CaseyCarter / cmcstl2

An implementation of C++ Extensions for Ranges
Other
221 stars 68 forks source link

transform_view::iterator's friend iter_move has no access to transfor… #319

Closed CaseyCarter closed 4 years ago

CaseyCarter commented 4 years ago

…m_view

Apply conditional noexcept to operator*, and use that instead of directly implementing conditional noexcept for iter_move.

Fixes #318.