Search code examples
Is there a standard C++ function object for taking apart a std::pair?...


c++booststdtr1std-pair

Read More
Race condition on tr1::randgen() even with #pragma omp critical...


c++multithreadingopenmpvalgrindtr1

Read More
operator== and list::remove()...


c++pointerstr1

Read More
out of range random number generation in C++ using tr1...


c++randomc++11tr1uniform

Read More
problems with tr1/regex. Prints opposite result...


c++regextr1

Read More
How to reuse hashing function of string class for custom class in unordered map?...


c++hashtr1unordered-maphash-function

Read More
Regex in C++ to fetch from a regex expression a string in any part of the text...


c++regextr1

Read More
for_each bind vector of vector resize...


functionbindmembertr1

Read More
C++ Find element in list of tuples using predicate...


c++stltuplestr1template-meta-programming

Read More
Why doesn't this regex work for c++ TR1?...


c++regextr1

Read More
It is safe to use constructors in function parameters in C++?...


c++visual-studio-2010stdtr1

Read More
How to get headers for unordered_set in gcc v4.1.2?...


c++gccheader-filestr1unordered-set

Read More
Is tr1 array supposed to be 16 byte aligned?...


gccssetr1memory-alignment

Read More
Finding if a string is 'numeric only' using tr1 regex...


c++regexstringnumerictr1

Read More
Returning an anonymous tr1 array initialized with boost.assign...


c++arraysboosttr1assign

Read More
stl TR1 features documentation for gcc...


c++stldocumentationtr1

Read More
c++ tr1 enable_shared_from_this what's the advantage?...


c++tr1

Read More
Use copy constructor for "abstract" super class...


c++ooptr1

Read More
C++: Assigning a function to a tr1::function object...


c++delegatestr1

Read More
Conjoin vectors of shared_ptr...


c++tr1

Read More
TR1 function multicast...


c++functortr1

Read More
Is there a sane default for std::tr1::function?...


c++tr1

Read More
Initializing boost::random::discrete_distribution in VC2010...


c++visual-studio-2010boostrandomtr1

Read More
shared_ptr<void> t(new char[num]) means memory leak?...


c++boostmemory-leaksshared-ptrtr1

Read More
returning a 'pointer' which is required to be held by a smart pointer...


c++boosttr1

Read More
Where can I find reliable information on C++11, std new features and Tr1?...


c++c++11stdtr1

Read More
Is there a match_partial in C++11 Regular Expressions?...


c++regexboostc++11tr1

Read More
Is std::array<T, S> guaranteed to be POD if T is POD?...


c++templatesstltr1c++11

Read More
Problems using tr1::regex with unicode strings...


c++regexcompiler-errorstr1

Read More
Idiomatic use of std::auto_ptr or only use shared_ptr?...


c++coding-stylesmart-pointerstr1

Read More
BackNext