Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Is it legal Rust to cast a pointer to a struct's first member to a pointer to the struct?

C++ Virtual Inheritance: static_cast "this" to virtual parent in initializer list of derived

Can template partial specialization narrow the argument type in C++?

Are out-of-bounds usize slice indexes guaranteed to panic?

rust language-lawyer unsafe

Clarifying the value categories of expressions

Is clang broken with `-std=c++20` and `-Wdtor-name`

Is it possible to access a clobbered alias without Remove-Item?

Why are C++ type expressions not interpreted left to right?

Moving after copying in assignment of conditional operator result

Why does the vc++ 2019 not accept the code?

Can std::initializer_list be constexpr(GCC and Clang disagree)? [duplicate]

Concrete class doesn't compile with a generic identifier

Is the load part of a read-modify-write operation of atomic object guaranteed to read the last value in modification order compared to load operation?

Can std::thread/jthread exit without executing passed function?

Inspect inactive member of a union with common initial sequence in constexpr expression

Is it legal for a compiler to optimize calls to malloc to return more weakly aligned memory?

Overload of a nested template function

Using declaration compiles in gcc and msvc but rejected in clang

c++ language-lawyer c++20

for ... in - Is the object being iterated evaluated just once before entering the loop?