Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Simultaneously creating internal and external linkages in C

Confusion between "rvalue" and "rvalue reference" in book

Do preprocessor defines substitute in `operator""_name`

Declaration can not happen inside a conditional operator expression?

c++ language-lawyer

Why can't init-capturing mutable lambdas have mutable data members?

Compatibility between structs with differently const-qualified pointers

What's the formal of C++ const reference (not reference to const, but const reference)

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