Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Is `export { foo as default }` valid ES2015?

Implicit conversion of stream to bool

c++ c++11 language-lawyer

Class template overloading across TUs

c++ c++11 language-lawyer

Why is catching incomplete exception types by reference disallowed by the standard?

Why is a non-const rvalue move constructor called in this case?

What is the "C++ ABI Specification" referred to in GCC's manual?

Is there any guarantee on the size of an std::reference_wrapper?

Overloading (not specializing) templates in std namespace

c++ c++11 std language-lawyer

Allowed compiler optimizations on loops in C++11

c++ language-lawyer

Can a C compiler change bit representation when casting signed to unsigned?

c c99 language-lawyer

Does MISRA C 2012 say not to use bool

lvalue doesn't designate an object after evaluation?

c c99 language-lawyer

What does "representable" mean in C11?

c language-lawyer c11

Expanding parameter pack into lambda with fold expression - gcc vs clang

What's the difference between var and &(*var)

c language-lawyer

A virtual member function is used if it is not pure?

Requirements for std::thread::id. Can it be atomized?

Why CR LF is changed to LF in Windows?

constexpr and CRTP: compiler disagreement

Is function overloading by reference allowed when there is no ambiguity?