Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Force read of volatile variable

c language-lawyer

Is 0-initialization of atomics guaranteed to set the value member to 0?

Is a semicolon prohibited after NAME in `for NAME do ...`?

shell posix language-lawyer

Are pre-main global initializers guaranteed to run single-threaded?

Is it legal to initialize multiple overlapping fields in a union's member initializer list?

c++ language-lawyer

Is rename required by standard to be atomic?

c language-lawyer

Moving from a moved-from object

Fixed point combinator and explicit result type

Aggregate initialization does not uphold constructor access [duplicate]

Wrong overload called when constructing from initializer_list inside parentheses

Parameter Pack Matching Rules with Multiple Packs

template pointer parameter pack

Why compile-time floating point calculations might not have the same results as run-time calculations?

Is !NaN not a NaN?

Is an STL Container of const T with a custom allocator ill-formed?

c++ c++14 language-lawyer

How to define constructor of fully-specialized class within another class template

Pointer to deallocated variable changes address

Is it UB to call a non-const method on const instance when the method does not modify members? [duplicate]

What are the name lookup and type simplification rules for trailing return types?

How to check whether an int variable contains a legal (not trap representation) value?