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

Add reference to art of computer programming from Peter #49

Closed justinmeiners closed 2 years ago

justinmeiners commented 2 years ago

What Alex refers to here is actually in the answer to exercise 5.5.3 in The Art of Computer Programming vol. 3 (see pages 390 and 701).

image