Open ryanmrichard opened 1 year ago
The input iterator implementation of operator-> doesn't work if the type returned by operator* is not a reference (say it's a temporary object created on the fly).
operator->
operator*
The input iterator implementation of
operator->
doesn't work if the type returned byoperator*
is not a reference (say it's a temporary object created on the fly).