Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Is there a C++ equivalent of WaitforSingleObject?

volatile and const volatile std::tuple and std::get

c++ c++11

SFINAE enable_if explicit constructor

Is a defaulted move constructor considered user-declared?

c++ c++11

How to extract the type of an unnamed struct to create a new type within the struct itself?

c++ c++11 struct

Template argument deduction: which compiler is right here?

Is there a reason lambdas with an empty capture-list can't be default constructed?

c++ c++11 lambda

Behaviour of negative zero on a one's complement architecture?

Using default template parameters in variadic template template parameters

gcc vs. clang, msvc and icc: Is this function call ambiguous?

'operator =' is ambiguous for std::string

c++ c++11

Literal Type Class in C++11/C++14

c++ c++11 types c++14 literals

val != std::numeric_limits<double>::infinity() or !isinf(val) or isfinite(val)

Narrowing conversion from `int` (constant expression) to `unsigned int` - MSVC vs gcc vs clang

Template Specialisation with Template Argument

How to avoid C++ code bloat issued by template instantiation and symbol table?

c++11 templates gcc bare-metal

issues with for loops in lambdas

can auto type deduction possibly cause conversion error?

c++ g++ c++11

When should I use std::async with sync as policy?

c++ asynchronous c++11

Implementation-defined narrowing conversions?