Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Why isn't operator new forced to take argument as "const size_t"?

Why is T[] trivially copyable but not trivially destructible?

c++ language-lawyer

In standard C, is the expression "i = (i = 1) + 1;" well defined?

c gcc clang language-lawyer

unique_ptr<T,Deleter> constructor requires that Deleter is nothrow

Split function-like macro call between two source files

Need help understanding Synthesized three-way comparison

c++ language-lawyer

Which part of standard determines priority of in-place member vs initializer list?

Why do C fundamental types have identifiers with multiple keywords

c++ c language-lawyer

Weird overload resolution with variadic function templates

Lifetime of object which has vacuous initialization

Effective types of allocated objects and structs

Can friend comparison operator be defined for a local class?

Regarding type safety when storing an unsigned char value in char variable

qsort with size 0 undefined? [closed]

Array of unknown size in C

arrays c language-lawyer

Can the default `window.top` ever be invalid as a reference?

Mozilla C/C++ coding style

accessing struct members in array like manner: padding in structs different than in arrays?