Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Abbreviated type name long long vs long long int, is it standard-compliant?

Accessing the same memory location twice, UB or not?

Why is there no std::on_exit?

Preprocessor conditional distributed across `#include` files

Continuation of "I just can not understand DR 712"

C11 related language correctness

c language-lawyer c11

Explicitly invoking `int` destructor - why is a type alias required? [duplicate]

Is it legal to alias a struct and an array?

Is taking the address of a member of an uninitialized object well defined?

Fields with the same name across different anonymous unions inside one union

C++17 Standard - Cast away const of static

Can attributes be applied to constructor parameters?

Isn't reserve needed when constructing a std::vector using iterators?

c++ vector language-lawyer

What is function designator and actual call?

Is the equality relation of pointers after round-trip conversion guaranteed to be transitive?

Specialization of template function after point of use will break the compilation

Compatible types and argument type qualifiers

Prevent buffer overflows with gets [duplicate]

Is it valid to use boolean literals in preprocessor conditionals?

Function definition or variable definition?