Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Does shared_ptr's dtor require the use of a "deleter"?

Phoenix::bind for C++11 lambdas in boost::spirit::qi semantic actions

c++ c++11 lambda boost-spirit

Is there a conjunction of type predicates that correspond to std::is_pod<>?

c++11 typetraits

Optimization and multithreading in B.Stroustrup's new book

Constness of captured reference

c++11 constants

enum class in QVariant in QSettings

call of overloaded with ref-qualifiers member function is ambiguous

Using variadic templates to specify friend classes

Merge vector and initializer_list in initialization of vector<vector<T>>?

Memoization functor wrapper in c++

Forcing C++11 lambda to capture a variable

c++ c++11 lambda

How to insert a new value to a set and erase another at the same time?

c++ c++11 stl set

Type of the first parameter of a member function in C++11

"Using" declaration with scope only on current class?

reinterpret_cast / static_cast and undefined behavior

Template meta-code and private members

c++ templates c++11 c++03

Specializing std::hash for templated Key

c++ templates c++11 hash stdhash

Casting function pointer to void(*)(), then recasting to original type

Why c++ containers do not implement erase( reverse_iterator position )?

c++ c++11

Is this incorrect use of std::bind or a compiler bug?

c++ c++11 clang mingw