Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

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?

Do Unisys latest mainframe systems still use ones' complement representations?

Is it a defect when the base class is a dependent type

Could std::vector::iterator legally be a pointer

What is stopping the compiler from eliminating data members unused in each particular context?

c++ c++17 language-lawyer

Can a class containing a function pointer be used as a non-type template parameter?

What is an encoding error for sprintf that should return -1?

gcc accepts and clang rejects this code with nested generic lambdas, why?

Can not-copyable class be caught by value in C++?