TR1 - C++ Technical Report 1, proposed extensions to the C++ standard library
How can I access target of a std::tr1::shared_ptr in GDB. This doesn't work: (gdb) p sharedPtr->…
c++ gdb shared-ptr tr1template<typename T> struct A { A<T> operator%( const T& x); }; template<typename T&…
c++ boost c++11 template-specialization tr1I have a simple requirement, i need a map of type . however i need fastest theoretically possible retrieval time. i …
c++ data-structures stl tr1I have a problem using a very complicated C function in a C++ class (rewriting the C function is not …
c++ c++11 tr1I'm currently looking for a better alternative to std::map and have come across classes mentioned in the post title. …
c++ c++11 tr1 unordered-mapHow do I allow the STL implementation to pick up my custom types? On MSVC, there is a class std::…
c++ tr1I'm trying to use the C++ STD TechnicalReport1 extensions to generate numbers following a normal distribution, but this code (adapted …
c++ tr1 normal-distributionI searched, couldn't find anything. In the interest of not wasting any more of my time on the chance that …
c++ regex tr1I am working on a platform with a gcc compiler however boost cannot compile on it. I am wondering what …
c++ gcc boost shared-ptr tr1