You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently, iterators that have differing types for sentinels don't really interoperate well with the interface, and they have to implement operator== separately to achieve interoperability with sentinels... there should be a way to generalize the interface class..
The text was updated successfully, but these errors were encountered:
currently, iterators that have differing types for sentinels don't really interoperate well with the interface, and they have to implement
operator==
separately to achieve interoperability with sentinels... there should be a way to generalize the interface class..The text was updated successfully, but these errors were encountered: