Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Overloading of hidden friends by differences only in (mutually exclusive) requires-clauses: legal or an ODR-violation?

Why is `std::is_constant_evaluated()` false for this constant-initialized variable?

c++ language-lawyer c++20

Conversion operator: gcc vs clang

Virtual inheritance vs. non-default constructors

Java annotations - Identifier or TypeName

Does sequenced-before relation in C++11 prevent compiler/CPU reordering?

c++ c++11 language-lawyer

Are all unused undefined methods allowed?

Is it safe to pass a va_list to another function without using va_copy?

Ambiguous name lookup with using-directive

c++: How distant(in bytes) are class member in an array?

c++ language-lawyer

Why is malloc in global namespace?

c++ language-lawyer

Are the pointers to strings in argv modifiable? [duplicate]

Implicit destructor execution in function calling

What is lub(null, Double)?

java types language-lawyer

Is this considered valid c++11 or c++14? Or is gcc/clang getting it wrong?

conversion from nullptr_t to bool: valid or not?

Is the 16-bit math in this program invoking undefined behavior?

C++ Order of Declaration (in Multi-variable Declaration Line)

Using std::launder to get a pointer to an active union member from a pointer to an inactive union member?

What is expected lifetime of std::intializer_list object in C++14?