Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Is there a sequence point between structure member initializations?

Why does the expression below characterize a narrowing conversion?

Where in the Standard (C++14) does it say that the following two declarations are equivalent?

c++ language-lawyer c++14

Must the C++ standard library support classes that are picky about who their friends are?

Are the fixed width integer types guaranteed to be typedefs for the standard built in types?

c++ language-lawyer

partial specialization ordering with non-deduced context

Argument dependent lookup for friend functions

Equivalent of uintptr_t/intptr_t for pointers to functions?

c language-lawyer c99 c11

Inherited constructors, default constructor and visibility

Is "template argument deduction for class templates" supposed to deduce empty parameter packs for variadic class templates?

I just can not understand DR 712

What exactly is the meaning of the footnote mentioned in [expr.ref]/1?

Does std::map assign its comparator?

Do the Requirements Placed on Function Arguments Also Apply to Initializer Lists?

template argument deduction for function pointer (g++ & ICC vs Clang++ & VC++ )

Comparing two string literals using memcmp

How would you explain this difference in pointer to members of base and derived class using standard quotes?

Discrepancy in C++ between over-aligned struct and enum within container

Is the usage of reinterpret_cast on a memcpy buffer UB?

c++ language-lawyer

Template argument deduction for parenthesized initialization of aggregates in C++