Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in tr1

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

tr1::mem_fn and tr1::bind: on const-correctness and overloading

C++ make_shared not available

c++ tr1 make-shared

How to check for TR1 while compiling?

Comparing std::tr1::function<> objects

c++ function tr1

Are data structures an appropriate place for shared_ptr?

C++ TR1 regex - multiline option

c++ regex tr1

confusion between std::[tr1::]ref and boost::ref

c++ boost bind tr1

operator== and list::remove()

c++ pointers tr1

std::tr1::mem_fn return type

c++ std tr1

Does std::function's copy-constructor require the template type's argument types to be complete types?

c++ boost c++11 tr1

Is it worth using std::tr1 in production?

Reversing strings in a vector using for_each and bind

c++ stl vector tr1 stl-algorithm

R-value inserts don't work for unordered_map

c++ c++11 tr1

Is there a match_partial in C++11 Regular Expressions?

c++ regex boost c++11 tr1

OS-X support for std::tr1

c++ macos c++11 tr1

C++ <map> vs <unordered_map> vs <tr1/unordered_map> vs <ext/unordered_map>

c++ c++11 tr1 unordered-map

Why some include files only reside in tr1?

c++ c++11 clang tr1 libc++

On the initialization of std::array [duplicate]

c++ c++11 tr1