Search code examples
Custom Allocator in tr1's unordered_map...


c++hashtr1unordered-mapallocator

Read More
Problem replacing boost::bind with std::tr1::bind...


c++boosttr1boost-bind

Read More
Can tr1::function swallow return values?...


c++c++11tr1boost-function

Read More
Is there a better way to perform URL pattern matching in C++ than iteration?...


c++regexpattern-matchingtr1

Read More
How do I most effectively prevent my normally-distributed random variable from being zero?...


c++randomtr1montecarlonormal-distribution

Read More
Obtain Regular Expressions from file...


c++regextr1

Read More
Remove duplicates from two large text files using unordered_map...


c++tr1unordered-map

Read More
How can I force MinGW to use tr1 namespace?...


c++gccc++11mingwtr1

Read More
TR1 regex_replace with wstring in VS2010?...


c++regextr1

Read More
Any hit for dereferencing std::tr1:shared_ptr vs. dereferencing a naked pointer?...


c++pointersboostsmart-pointerstr1

Read More
C++ <map> vs <unordered_map> vs <tr1/unordered_map> vs <ext/unordered_map>...


c++c++11tr1unordered-map

Read More
How to extend std::tr1::hash for custom types?...


c++tr1

Read More
Link TR1 on Ubuntu?...


c++tr1

Read More
Why is std::tr1::shared_ptr<>.reset() so expensive?...


c++visual-studio-2010shared-ptrtr1

Read More
std::tr1::function and std::tr1::bind...


c++c++11tr1

Read More
Preventing keys of different hash values from landing in same bucket with unordered_set...


c++stringhashtabletr1unordered-set

Read More
R-value inserts don't work for unordered_map...


c++c++11tr1

Read More
C++ Regex to match words without punctuation...


c++regextr1

Read More
Defining a hash function in TR1 unordered_map inside a struct...


c++hashtr1unordered-map

Read More
Why Visual Studio cannot find 'tr1/unordered_map?...


visual-studioboostvisual-studio-2005tr1unordered-map

Read More
C++ library comparison: Boost and Tr1...


c++boosttr1

Read More
Random numbers from binomial distribution...


c++randomtr1gsl

Read More
Checking the size of a tr1 array at compile time...


c++boosttr1

Read More
tr/regex c++ library - definition of regex pattern...


c++regextr1

Read More
Using C++0x TR1 random in a class, for low overhead...


c++classrandomtr1

Read More
OS-X support for std::tr1...


c++macosc++11tr1

Read More
C++ TR1: What is the proper way to use a uniform distribution to generate a random number in a const...


c++randomtr1const-correctnessconst-cast

Read More
Boost Serialization - Serialize std::tr1::shared_ptr?...


c++boostc++11tr1boost-serialization

Read More
Differences between tr1::shared_ptr and boost::shared_ptr?...


c++boostshared-ptrtr1

Read More
Call c++ member function with each element in a list?...


c++stltr1

Read More
BackNext