Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in standards-compliance

C++ Automatically Implemented Functions and the ODR

Are friends supposed to be transitive in nested classes?

ISO C++ Standard - rules regarding examining dependent base. Why?

Does (size_t)((char *)0) ever not evaluate to 0?

variadic list vs single template parameter: what does the standard say?

Are numeric_limits min/max constexpr?

Non-ASCII characters in C

Is it valid to treat an extern global as const when the definition is not const? [duplicate]

C struct definition standard

Is Bluemix HIPAA compliant?

Why is software support for Bidirectional text (Hebrew,Arabic) so poor? [closed]

C++: return the return value of a void function from a void function

Type of array of const elements

User-defined operator new that returns null pointer

Is a compiler allowed to remove assignments to struct member if it is not obviously used?

c standards-compliance

Standard defining json file extensions?

testing c++ iterator

Can types in `cname` and `name.h` be different types?

What's the difference between "dead code" and "unreachable code"?

__USE_FILE_OFFSET64 vs. _FILE_OFFSET_BITS=64