Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

C++ nested struct inheritance rules (access to protected member) [duplicate]

Is a const reference bound to another reference which is cast from temporary a dangling reference?

Construction and initialization of trivial types in C++

incomplete class usage with auto in template class

Is there a specific reason why a trailing-return-type is not a complete-class context of a class?

c++ language-lawyer

Strange behavior in GCC: rvalue ref and lvalue ref are covariant return types

c++ gcc g++ language-lawyer

Legally invoking a pure virtual function

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?