Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Auto deduced return types in forward declaration and mixing with old function syntax

Template static definition and explicit specialization instantiation errors in MSVC

Is it undefined behavior to dereference a dangling pointer?

C++: lifetime of an object and external functions

Is it legal to use variadic templates in operator overloading?

Access to elements of array of arrays using common iterator

c++ arrays stl language-lawyer

Which enum values are undefined behavior in C++14, and why?

Unexpected InvalidOperationException when trying to change relationship via property default value

GCC's implementation of angle-brackets includes. Why does it have to be as described below?

c++ c gcc language-lawyer

Can a null pointer constant be any integer constant expression evaluated to 0?

Why are redundant class name qualifiers allowed?

c++ language-lawyer

Why would the outcome of this shift left operation be deemed undefined?

Where in the Standard does it say that the default member initializer for U::j should be ignored by the compiler?

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