Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

What rules are there about a function a -> () being evaluated in Haskell?

Attributes for main function parameters

Why is std::mutex a standard-layout class?

Requirements for behavior of pointer-to-volatile pointing to non-volatile object

c language-lawyer volatile

The member function Outer::f() is not a friend of class Outer::Inner. Why?

Does the JLS require inlining of final String constants?

Is it undefined behavior to read and compare padding bytes of a POD type?

Is it safe to pass pointers to data members to base class constructor?

Does the confliction between declaration and definition cause undefined behavior?

Signedness aliasing using reinterpret_cast

Significant decimal digits of double?

Can the point-of-instantiation be delayed until the end of the translation unit?

When both move and copy constructor is present, which one will be called?

c++ copy move language-lawyer

Explicit call to destructor of template parameter type, even when instantiated on a builtin

c++ language-lawyer

noexcept, inheriting constructors and the invalid use of an incomplete type that is actually complete

Is instantiating a class template with an incomplete type ill-formed, if the type is defined afterwards?

c++ language-lawyer c++17

What does the standard say about char arrays as template arguments?

Is it undefined behavior to redefine a standard name?

c language-lawyer

Can an unsigned integer addition invoke undefined behavior?

What is the point of the complicated scoping rules for friend declarations?