TR1 - C++ Technical Report 1, proposed extensions to the C++ standard library
I put the following into Ideone.com (and codepad.org): #include <iostream> #include <string> #include <…
c++ tr1I would like to use the TR1 libraries that ship with modern versions of GCC and MSVC, but there are …
c++ visual-c++ gcc tr1