Search code examples
TR1 is "missing" - which header or library am I missing from my project configuration?...


c++c++11tr1visual-studio-2013

Read More
Uniform random number generator in c++...


c++randomtr1

Read More
Mixing std::tr1::shared_ptr with std::function / std::bind causes compiler errors with newer gcc...


c++c++11gcctr1

Read More
std::tr1::mem_fn return type...


c++stdtr1

Read More
unable to find key in unordered_map...


c++stltr1

Read More
difference between cstdint and tr1/cstdint...


c++c++11tr1

Read More
Using unordered_map allocator's not default constructor...


c++templatesc++11unordered-maptr1

Read More
‘hash’ is already declared in this scope using tr1::hash;...


c++c++11tr1

Read More
How do you get shared_ptr weak count?...


c++c++11shared-ptrtr1

Read More
Why does this preprocessor macro for toggling between C++11 and TR1 not work?...


c++c++11c-preprocessortr1

Read More
result_of of call to member function of template parameter...


c++templatesc++03tr1result-of

Read More
Extracting a raw pointer from a shared_ptr...


c++shared-ptrtr1

Read More
tr1::bind & pass by reference, is this behavior really expected?...


c++tr1

Read More
confusion between std::[tr1::]ref and boost::ref...


c++boostbindtr1

Read More
How to write a class that may accept a function pointer and/or functor just like a smart pointer doe...


c++boostfunction-pointersfunctortr1

Read More
Hash function for indices greater than 64-bits?...


c++memoryhashhashcodetr1

Read More
using std::tr1::shared_ptr as an internal mechanism for reference counting...


c++shared-ptrsmart-pointerstr1reference-counting

Read More
Comparing std::function<>...


c++c++11tr1

Read More
tr1::functional error with g++ 4.8.1...


c++c++11tr1g++4.8

Read More
unordered_multimap::equal_range slow...


c++g++tr1unordered-map

Read More
Why some include files only reside in tr1?...


c++c++11clangtr1libc++

Read More
TR1 from Boost or VC10 - Which one is better?...


c++visual-studio-2010boosttr1

Read More
Can I use C++ TR1 in VS2010?...


c++visual-studio-2010tr1

Read More
Is it legal to place using tr1::shared_ptr in namespace std in header?...


c++visual-studio-2008visual-c++tr1

Read More
Compilation Error when using tr1::function...


c++compilationfunctortr1

Read More
VS2012 mixing C and Cpp, library clash...


c++cvisual-studio-2012tr1

Read More
C++ TR1: how to use the normal_distribution?...


c++tr1normal-distribution

Read More
std::tr1::array compile error...


c++arraystr1

Read More
Escape regex special characters for tr1::regex...


c++regextr1

Read More
Using tr1::regex_search to match a big list of strings...


c++regextr1

Read More
BackNext