Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Is x = std::move(x) undefined?

Does [=] imply that all local variables will be copied?

c++ c++11 lambda capture

constexpr const vs constexpr variables?

c++ c++11 constants constexpr

Is there a standard way of moving a range into a vector?

c++ c++11 insert stdvector

What's the difference between sizeof and alignof?

c++ c++11 sizeof alignof

Move-only version of std::function

c++ c++11 move-semantics

Are new and delete still useful in C++14?

lambdas require capturing 'this' to call static member function?

c++ lambda c++11

Capturing perfectly-forwarded variable in lambda

Whyever **not** declare a function to be `constexpr`?

difference between standard's atomic bool and atomic flag

What C++11 features does Visual Studio 2010 support?

Why is std::function not equality comparable?

c++ function boost c++11 tr1

Pass multiple arguments into std::thread

c++ multithreading c++11

How do static variables in lambda function objects work?

c++ c++11 static lambda

How do I use unique_ptr for pimpl?

What's the point of a final virtual function?

My enum is not a class or namespace

c++ enums g++ c++11

Adding smallest possible float to a float

c++ c++11 floating-point

How can I add C++11 support to Code::Blocks compiler?

c++11 codeblocks