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 tr1I've been trying to implement a C#-like event system in C++ with the tr1 function templates used to store …
c++ function tr1According to this, it is possible to define an equality function in a TR1 unordered_map like this: #include <…
c++ hash tr1 unordered-mapI've had a hard time finding references in the TR1 documentation concerning shared arrays. The Boost documentation is fairly clear …
c++ boost tr1