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
{{ message }}
This repository was archived by the owner on Dec 13, 2021. It is now read-only.
RVO will probably save your derrière but you have to define
referencefor iterator traits to work anyways:LMU-SS18-cpppc/Assignments/99-MidTerm/solution/2-2-chunk.h
Line 17 in dbf6df5
Well, or use
decltype(auto). Actually you are missing all iterator member types required by iterator traits:https://de.cppreference.com/w/cpp/iterator/iterator_traits
Namely: