TR1 is "missing" - which header or library am I missing from my project configuration?...
Read MoreUniform random number generator in c++...
Read MoreMixing std::tr1::shared_ptr with std::function / std::bind causes compiler errors with newer gcc...
Read Moreunable to find key in unordered_map...
Read Moredifference between cstdint and tr1/cstdint...
Read MoreUsing unordered_map allocator's not default constructor...
Read More‘hash’ is already declared in this scope using tr1::hash;...
Read MoreHow do you get shared_ptr weak count?...
Read MoreWhy does this preprocessor macro for toggling between C++11 and TR1 not work?...
Read Moreresult_of of call to member function of template parameter...
Read MoreExtracting a raw pointer from a shared_ptr...
Read Moretr1::bind & pass by reference, is this behavior really expected?...
Read Moreconfusion between std::[tr1::]ref and boost::ref...
Read MoreHow to write a class that may accept a function pointer and/or functor just like a smart pointer doe...
Read MoreHash function for indices greater than 64-bits?...
Read Moreusing std::tr1::shared_ptr as an internal mechanism for reference counting...
Read Moretr1::functional error with g++ 4.8.1...
Read Moreunordered_multimap::equal_range slow...
Read MoreWhy some include files only reside in tr1?...
Read MoreTR1 from Boost or VC10 - Which one is better?...
Read MoreIs it legal to place using tr1::shared_ptr in namespace std in header?...
Read MoreCompilation Error when using tr1::function...
Read MoreVS2012 mixing C and Cpp, library clash...
Read MoreC++ TR1: how to use the normal_distribution?...
Read MoreEscape regex special characters for tr1::regex...
Read MoreUsing tr1::regex_search to match a big list of strings...
Read More