Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

uninitialized local variable with c++11 default

Is there anything wrong with using an object in its own construction?

c++ c++11

moving std::function into another std::function does not invoke move constructor on captured variables

Closures: Equivalent of PHP "use" keyword or C++ capture list in Javascript or a transpiler language

Is there a way to check if RVO was applied?

c++11

Why don't complex-number literals work in clang?

Is there a way to forward argument to inner constexpr function?

Returning member unique_ptr from class method

c++ c++11 smart-pointers rvo

What is the rationale for self-assignment-unsafe move assignment operators in the standard library?

How do I make a C++ (shared) library compatible with clang and GCC?

c++ c++11 gcc

Can user defined numeric literals be immediately followed by a dot? [duplicate]

How to do function overloading with std::shared_ptr<void> and another type of std::shared_ptr?

Rvalues, lvalues and formal definitions

Can anyone explain this paragraph of the current C++0x standard draft?

c++ c++11

On implementing std::swap in terms of move assignment and move constructor

c++ stl c++11 move-semantics

smart pointers not working with Android NDK r8

Is my book's discussion of lambda return types wrong?

c++ c++11 lambda llvm clang

When is the move constructor called in the `std::move()` function?

How to detect a string literal with type_traits?

__func__ C++11 function's local predefined variable, won't compile