Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Understanding memory_order_relaxed

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

c++ c++11 rvalue

Can an rvalue be moved into a shared_ptr

c++ c++11 rvalue-reference

Type 'uint32_t' could not be resolved

When to prefer for-loop over std::transform or vice-versa

c++11 for-loop stl

Implicit conversion of stream to bool

c++ c++11 language-lawyer

Why is a template<typename...> not recognized as instantiatable through template<template<typename> typename>?

initialize std::array without copying/moving elements

C++11 on exotic hardware

c++ c++11

C++ what are std::shared_future and std::promise

c++ c++11 future

Variadic template combined with default template argument

Sleep an Async Task

Deleting overloaded function. C++11. Call of overloaded ... is ambiguous

c++ c++11

Class template overloading across TUs

c++ c++11 language-lawyer

How can I specialize a class for enums of underlying type int?

c++ c++11

fastest way to share data between a C++ and Python program? [closed]

python c++ c++11

Why is nullptr a part of the core language, but nullptr_t is a part of STL?

c++ c++11 nullptr

Library plans for C++0x?

c++ qt boost c++11

Template parameter as a friend

c++ templates c++11 friend

Using C++11 in a production environment with GCC [closed]