Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

According to §12.1/4 in the C++11 Standard, the code shouldn't compile

Is it standard behaviour that adding const to size_t can cause compile failure?

Why does gcc hide overloaded functions in the global namespace?

Template ignores [[nodiscard]] attribute

Is calculating address difference undefined behaviour?

c++ c++11 language-lawyer

Force all classes to implement / override a 'pure virtual' method in multi-level inheritance hierarchy

Is it possible to hash pointers in portable C++03 code?

Is layout-compatibility in the c++11 (working draft) standard too weak?

Bitwise operators and signed types

Does JPA return "null" or empty collection for a collection property that is empty in the DB?

Why does the parallel for_each require forward iterators?

Is std::decay_t<T> decay_copy(T&&) equivalent to auto decay_copy(auto&&)?

Pointer arithmetic using cast to "wrong" type

What happens when I define macros with the same name

PODs and inheritance in C++11. Does the address of the struct == address of the first member?

c++ c++11 language-lawyer

Returning a variable while using a post increment in C

Is support of Annex K in C11 required for a conforming implementation?

c language-lawyer c11 tr24731

What happens to char round-trip cast through a bool?

What is the dynamic type of the object allocated by malloc?

c++ malloc language-lawyer

Does this code in C fall into the Undefined Behavior category?