Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

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

Is it possible to evaluate array on compilation time?

c++ algorithm c++11 constexpr

Calling conj() function on every element of a C++ complex vector

c++ c++11 vector

Template argument for std::vector initialization

Pointer arithmetics after cast

c++ c++11

Intel C++ compiler: What is highest GCC version compatibility?

c++ c++11 gcc intel c++14

std::make_shared and private constructor [duplicate]

c++ c++11 shared-ptr

Generic function which can take any class member in parameter C++

c++ c++11

C++ random_shuffle is always giving the same results

c++ c++11 libc++ apple-clang