Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

What does "§ 27.7.3.6.2/1" refers to?

c++ language-lawyer

Is it possible to confuse EOF with a normal byte value when using fgetc?

Is a class declaration allowed after a class definition?

c++ language-lawyer

Why is it that my second snippet below shows undefined behavior?

std::cout deal with uint8_t as a character

What is the point of undefined behavior? [duplicate]

Why does const vector<const pair<...>> give an 'cannot be overloaded' error?

c++ language-lawyer c++17

is assigning two doubles guaranteed to yield the same bitset patterns?

is it required to call a non-trivial destructor when it is a noop?

Is it a missed optimization, when a compile-time known reference takes space in a non-aggregate struct?

Is pointer arithmetic allowed for malloc'ed blocks?

How to understand the definition of "manifestly constant-evaluated"?

c++ language-lawyer c++20

Ambiguous name lookup with C++20 using-enum-declaration

Does the standard define the type for `a[i]` where `a` is `T [M][N]`?

Increment operators and "undefined behaviour"

c language-lawyer

Inhowfar do IEEE754 floats satisfy LessThanComparable?

Why lambda removes cv and ref?

Is returning a reference to a local object undefined behavior in copy initialization?

template parameter list for literal operator

Are character constants always positive?

c language-lawyer