CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
clanguage-lawyer
11-05
Enterprise
Msvc compiles &(Class::mem) but gcc does not
02-04
OS
Is undefined versus undefined behavior
01-31
Software engineering
Is it valid to use std::function with incomplete types?
01-31
Software engineering
Does an identifier declared with external linkage w/o external definition and used in _Generic viola
01-11
Blockchain
Relying on a zero'ing heap for initialising members
12-29
OS
Is it possible in C (not invoking UB) to check if two objects overlap?
12-22
Back-end
Why are there two ways of expressing NULL in C?
12-19
Enterprise
Behavior at limits of object size
12-09
database
Where and why is std::nullptr_t in the std namespace?
11-27
Blockchain
Clang rejects inheritance program that gcc and msvc accepts
11-18
Mobile
GCC and Clang seem not to obey the overload resolution in the allocation function call
11-15
Back-end
What precisely is an expression?
10-22
Mobile
void function parameter and overload resolution/template argument deduction
10-20
Software design
Can a return type be const-qualified?
10-15
Net
Lifetime of a reference that has been returned from a function
10-08
Enterprise
Are temporaries created as arguments in a call guaranteed to hold their lifetimes until the function
09-26
Software design
Is conversion function returning an rvalue considered during initializing const lvalue references?
09-20
database
Why does static_assert on a 'reference to const int' fail?
09-19
Net
Why do compilers now accept to call str() member on a returned std::ostream& from std::stringstream:
09-19
Software design
Is it UB to access a non-existent object?
Links:
CodePudding