Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Does the default argument for a function parameter is considered as an initializer for that parameter?

ADL lookup inside a class (template) member function body

Requires expression with local parameter of void type

empty character literal in stringified block

Does operator < need to be declared before calling std::lexicographical_compare

c++ language-lawyer c++20

Object access through an unsigned char alias, what happens on load and on store?

Why string::replace does not specify allocator's exceptions in C++11?

Implied meaning of ordering types in C++20

Why GCC warns when casting an uninitialized volatile pointer to `void`?

Difference between references and values in deduction guides

std::start_lifetime_as and UB in C++23 multithreaded application

When is "explicit specialization" needed or desirable in C++?

Using C time functions to measure time: are they code-reordering resistant?

Does std::to_chars ever really disambiguate using round_to_nearest?

Using-declaration to introduce dependent name from base class template

What does "\x{01}" mean in C++?

c++ language-lawyer

Is left shifting a long long considered Undefined Behavior in C?

Where is the normative rule that restricts what the declaration can be in a explicit specialization?

c++ language-lawyer