Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

What is a noop coroutine?

Why is a reference to a polymorphic class, polymorphic?

How does unqualified name lookup work when using using-declarations?

c++ iterate one item - UB or defined behaviour?

c++ language-lawyer

Concurrent deletion and field access

c++ language-lawyer

CSS negative margin overlap not working on child elements

html css language-lawyer

Can I use CHAR_BIT as the basis for determining the number of bits in other types?

c language-lawyer

Why std::atomic defined as struct?

C++ integral constant expression definition

Does reading to another variant member of a union that has the same type as the active variant cause UB?

c++ c language-lawyer

Can std::chrono::system_clock::now() throw an exception?

Does a constant reference member variable in an anonymous struct extend the lifetime of a temporary?

Member initializer list. Order of arguments evaluation

Partial ordering in conjunction with template template parameter and variadic templates [duplicate]

Why does the use of `std::aligned_storage` allegedly cause UB due to it failing to "provide storage"?

c++ language-lawyer c++23

GCC 4.2.2 unsigned short error in casting

c++ gcc language-lawyer

Can I pass a pointer to a consteval function as an NTTP in C++?

Default equality operator for an empty union