justinmeiners / efficient-programming-with-components

Course notes for Alexander Stepanov's teachings on design and usage of C++ STL.
https://www.jmeiners.com/efficient-programming-with-components/
74 stars 6 forks source link

Rearrange theory and application in chapter 9. #41

Closed justinmeiners closed 2 years ago

justinmeiners commented 2 years ago

This separates the theory section, for the particular implementation for list iterator. I think this makes more sense to present in this order in written form then it does in the lecture.

@aharrison24 what do you think?