Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Writing std::min/std::max for ints of heterogenous widths

c++ c++11 min

Design advice -- avoiding "invalid covariant return type" when returning subclass

c++ c++11

Wrap arbitrary function call via template metaprogramming with try..catch block in modern C++

c++ templates c++11 lambda c++14

No type named 'unique_ptr' in namespace 'std' when compiling under LLVM/Clang

Are all template instantiations created at compile time?

Why can't a lambda (capturing 'this') in a member function-try-block handler access private data members in VC++ 2013?

Boost Spirit: Sub-grammar appending to string?

How do I use bind to pass a member function as a function pointer?

qt c++11 stdbind

Too many copies when binding variadic template arguments

removing a unique_ptr of an object from a vector by an attribute value

Using auto (for iterating) in nested range-based for loop

c++ c++11 vector iterator auto

array_view alternative for maps, sets, etc

Filtering a tuple with an integer_sequence

c++ c++11 c++14

Iterators - Overloading functions for vector::iterator and array::iterator

c++ arrays c++11 vector iterator

std::atomic as a value of std::map

template member variable specialization

How to declare the virtual destructor without breaking move and copy constructors

Why is std::async slow compared to simple detached threads?

Unusual C++ linker error - 'Defined in discarded section'

c++ c++11 linker

How to define an array of const pointers in C++?