1 hour, 0 minutes, 47 seconds
Stephan T. Lavavej: Digging into C++ Technical Report 1 (TR1)
(2)
From Effective C++, Third Edition:TR1 ("Technical Report 1") is a specification for new functionality being added to C++'s standard library. This functionality takes the form of new class and function templates for things like hash tables, reference-counting smart pointers,…