Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Non type template parameter of type std::string& compiles in gcc but not in clang

c++ language-lawyer c++20

Which version of the C Standard Library does the C++23 Standard incorporate?

Why is it called dynamic binding?

Is most vexing parse a formally defined concept

Atomic function pointer call compiles in gcc, but not in clang and msvc

What (if any) JavaScript operations are guaranteed not to cause stackoverflow RangeErrors?

Is string_view{ nullptr, 0 } valid?

c++ language-lawyer c++23

Ambiguous constructor overload on GCC, but not on Clang

Why are TH elements missing from the DOM table API?

Does the standard require `operator->()` to be defined for past-the-end non-contiguous iterators?

May a header from the C standard library include another header?

Imaginary deduction guides

c++ language-lawyer c++20

Can any char be converted in bool using std::bit_cast?

Can you explicitly provide template arguments to std::gcd?

c++ language-lawyer c++23

Is it undefined behavior to compare a character array char u[10] with a string literal "abc"

At which point are default template arguments instantiated in C++?

What is the value category of result yielded from shift operators, bit-wise operators, and sizeof operator?

Can constructor's member initializer include initialization of another member?