Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

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?

template argument deduction for pointer to member function?

c++ templates delegates c++11

Control multithreaded flow with condition_variable

Why does std::regex_iterator cause a stack overflow with this data?

c++ regex c++11

Why does C++11 not support 'std::function<void(int, ...)>'?

Algorithm function: Make it a template or take a std::function parameter? [duplicate]

C++11: How to check if a type is an instantiation of a given class-template of "heterogeneous" NON-TYPE parameters?

CountDownLatch equivalent

java c++ c++11