Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Non-blocking semaphores in C++11?

c++ multithreading c++11

Is it defined behavior to use placement new to change type of variable that is held by reference_wrapper?

C++ and C++11 class static member, double should use "constexpr" while int can be "const", why?

Does captureless lambda inside template function have multiple binary implementations?

c++ c++11 lambda

Access fields in a named union

c++ c++11 unions

How to Generate Arbitrarily Nested Vectors in C++?

c++ c++11 templates vector c++17

Overflow on bitfield for signed underlying type enum

c++ c++11 enums bit-fields

Is assignment of std::array from braced list of values allowed in c++?

constexpr int and constexpr double in c++

GCC constexpr allows add but not bitwise-or with address

c++ c++11 gcc g++ constexpr

Move constructor not inherited nor default generated

Does perfect forwarding in C++0x make reference_wrapper deprecated?

c++ c++11

acquire-release pair out of order execution

R-value inserts don't work for unordered_map

c++ c++11 tr1

get the offset of a tuple element

c++ c++11 tuples constexpr

Syntax in Assigning to Map of structs

Is there a list of c++11 standard library interfaces which require exceptions enabled?

Passing function template specializations to a variadic template function

What is the best API to combine C++11 async/futures with Windows asynchronous IO?

Can a C++ user-defined literal operator ever be passed a null pointer?