What is Standard Library Technical Report 1?
TR1 is the first official ISO extension to the C++ Standard Library, including many components to enhance library use and development, including a reference counted smart pointer and function call wrapper for better resource management; tuple, array and hashing containers; regular expressions; random numbers; improved function binders to simplify calling library algorithms; and type traits.