Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Is this use of std::array undefined behavior? [duplicate]

Is a shared mutex more efficient than an atomic of a relatively big struct?

Why does push_back have two overloads for lvalues and rvalues?

c++ c++11 move-semantics

weak_ptr of a base class, while the shared_ptr is of a derived class?

Explicit template declaration/definition in VS 2012

Can i = v.end() be optimized out of a for loop?

c++ c++11

C++ lambda expressions - How does the compiler interpret them?

c++ c++11 lambda

Ensure derived class implements static method

Compiler error when initializing constexpr static class member

c++11 constexpr

stl random distributions and portability

Unpacking arguments of a functional parameter to a C++ template class

Efficient C++11 design for event listener with a regular wake-up?

Why does this C++11 lambda not behave as I expect?

c++ c++11 lambda closures

Is it acceptable to cast away constness in a move constructor?

How does the std::piecewise_construct syntax work?

c++ c++11

Why can't I use std::get<0> in std::transform?

Class with private constructor and static array of itself

Visual Studio regex_iterator Bug?

Understanding memory_order_relaxed

Why is lvalue to rvalue reference binding allowed on g++ 4.4.6?

c++ c++11 rvalue