Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Why doesn't clang++ compile the same file as g++ do?

c++ gcc c++11 clang

Use an argument like std::vector<std::complex<double>> in boost::asio::buffer

c++ c++11 boost

Behavior of mutating STL algorithms acting on sequences of movable but non-copyable objects

Can a defaulted template type be universal reference?

Compilation error enumerating vector of unique_ptr

std::enable_if is generating error when used on functions of same name inside a template class

Initializer-list on 3 levels

Is it safe to call a method on a smart pointer that is moved-from in the arguments?

user-defined literals overloading in <chrono>

Why is the initializer list allowing type narrowing in C++?

has ::std::has_nothrow_default_constructor been moved/changed?

c++ boost c++11 std

Return Value Optimization and functions that build structures

c++ c++11 move rvo

Efficient way to move elements from a map to another

c++ c++11

Transform vector of Class to vector of decltype(Class::name()) by calling name() on every element

c++ c++11 vector boost

Using templates with forward-declared types - safe?

No clang warning for returning a reference to function argument

c++ c++11 clang

Is "#define TYPE(x) typename decltype(x)" a bad idea?

Cannot explain ambiguous template specializations

c++ templates c++11 variadic

Do I need to explicitly call a destructor here?

c++ c++11

QtConcurrent.run() with a c++11 lambda that captures a reference to "this" to emit signal

c++ qt c++11 lambda qtconcurrent