Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

May a C++ compiler normalize Unicode identifiers?

std::list sentinel node from standard point of view

C++ header unit importation syntax

Overload Resolution with implicit conversions

Is (a=1)=2 undefined behaviour in C++98?

Definedness of pointer-integer casts

c++ c language-lawyer

Association Class Uniqueness

Are the following 3 ways to define objects identical?

Implicit cast to void* in ternary operator?

Is it undefined behaviour to access two objects of type T declared next to each other using T[]?

c++ language-lawyer

Aggregate initialization of a union in C++ with `{}`

How do I force a warning from using an array of wrong size when passed to function?

Can pointers on std::type_info be compared for equality in constant expressions?

Would it be sufficient for constexpr, consteval, and constinit to be definitions instead of keywords?

c++ language-lawyer c++20

Does the effect of std::launder last after the expression in which it is called?

Why can't I pass self as a named argument to an instance method in Python?

result_of for member object with cv-qualified argument

Why do proc-macros have to be defined in proc-macro crate?

C++ postfix expression undefined vs unspecified behaviour

Is it legal to call memcpy with zero length on a pointer just past the end of an array?