Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Is there a race condition in the `latch` sample in N3600?

libc++ std::istringstream doesn't thrown exceptions. Bug?

c++ language-lawyer libc++

Does this abuse of function declarations invoke undefined behavior?

template constructor cannot be selected? [duplicate]

In Perl, why is a utf-8 string printed differently when split into characters?

Program runs in Visual Studio 2012 but not ideone.com

Do floats, doubles, and long doubles have a guaranteed minimum precision?

Why scalar in braces are not interpeted as initializer_list

Are multiple non-type template parameter packs allowed?

Default behavior of copy module on user-defined classes

Do any compilers transfer effective type through memcpy/memmove

Atomicity of the simple assignment operator

How to check whether T is an aggregate type?

Should flex item overflow the flex container instead of breaking lines?

css flexbox language-lawyer

Catching an exception by value - gcc and clang disagree

Creating an invalid reference via reinterpret cast

Unexpected return type when combining std::forward, std::move and volatile

Unions and strict aliasing in C11

Reference to the this pointer: GCC vs clang

Writing a generic function to detect if an array of pointers contains NULL