Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Missing destructor in Visual Studio?

c++11 decltype(e) is the type of the entity named by e

C++17, deprecated functions in <memory> standard library?

Is "int *ptr = *( ( &a ) + 1 );" where "a" is int[5] well-defined by the Standard?

Clang won't compile a template specialization that gcc will

Why are some non-constant expressions allowed as operands of a constexpr comma operator?

C's equality operator on converted pointers

c pointers language-lawyer

Should c++ constraints be evaluated eagerly or lazily?

C++11 standard ref for allowed type definitions in type specifier uses?

JSON Unicode escape sequence - lowercase or not?

Casting double array to a struct of doubles

C++11 backwards compatibility (conversion of null integer constant to pointer)

c++ c++11 g++ language-lawyer

Empty class in std::tuple

Call method on chosen method reference inline

GCC doesn't like to make friends with anonymous namespace forward declarations, but MSVC does. What?

c++ language-lawyer

Why does string extraction from a stream set the eof bit?

Does using bitwise not operator (~) on boolean values invoke Undefined Behavior?

Is using 'decltype' in the declaration of pointer to member valid?

At what point does memory allocated by malloc get a type?

What makes it possible for glibc malloc to compare pointers from different "objects"?

c malloc language-lawyer glibc