Custom Allocator in tr1's unordered_map...
Read MoreProblem replacing boost::bind with std::tr1::bind...
Read MoreCan tr1::function swallow return values?...
Read MoreIs there a better way to perform URL pattern matching in C++ than iteration?...
Read MoreHow do I most effectively prevent my normally-distributed random variable from being zero?...
Read MoreObtain Regular Expressions from file...
Read MoreRemove duplicates from two large text files using unordered_map...
Read MoreHow can I force MinGW to use tr1 namespace?...
Read MoreTR1 regex_replace with wstring in VS2010?...
Read MoreAny hit for dereferencing std::tr1:shared_ptr vs. dereferencing a naked pointer?...
Read MoreC++ <map> vs <unordered_map> vs <tr1/unordered_map> vs <ext/unordered_map>...
Read MoreHow to extend std::tr1::hash for custom types?...
Read MoreWhy is std::tr1::shared_ptr<>.reset() so expensive?...
Read Morestd::tr1::function and std::tr1::bind...
Read MorePreventing keys of different hash values from landing in same bucket with unordered_set...
Read MoreR-value inserts don't work for unordered_map...
Read MoreC++ Regex to match words without punctuation...
Read MoreDefining a hash function in TR1 unordered_map inside a struct...
Read MoreWhy Visual Studio cannot find 'tr1/unordered_map?...
Read MoreC++ library comparison: Boost and Tr1...
Read MoreRandom numbers from binomial distribution...
Read MoreChecking the size of a tr1 array at compile time...
Read Moretr/regex c++ library - definition of regex pattern...
Read MoreUsing C++0x TR1 random in a class, for low overhead...
Read MoreC++ TR1: What is the proper way to use a uniform distribution to generate a random number in a const...
Read MoreBoost Serialization - Serialize std::tr1::shared_ptr?...
Read MoreDifferences between tr1::shared_ptr and boost::shared_ptr?...
Read MoreCall c++ member function with each element in a list?...
Read More