What are differences between std, tr1 and boost (as namespaces and/or libraries)?
1 – std::bind is the the standard name for it. This will be the name you use for C++11 compliant libraries. List of all libraries in standardized C++. 2 – std::tr1::bind is C++ Technical Report 1 namespace. Between C++03 and C++11 there was the C++ Technical Report 1, which proposed additional libraries and enhancements. Most … Read more