Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Member rvalue references and object lifetime

Is this form of initialization for arrays valid?

c++ language-lawyer

Possible contradiction in the definition of c-char in [lex.ccon]

c++ newline language-lawyer

Inconsistent type completeness in the destructor of a template base class

Befriending specific specialization works in gcc and msvc but not in clang

Universal reference vs non-template `const&` [duplicate]

What is the default probability of [[likely]]? Is it possible to change it?

What is "type of expression" in C++? [closed]

Different iterator behavior of raw array and std::array on clang++ and VC++

Do abstract characters in the translation character set differ from Unicode scalar values?

Does typedef of a structure without tag creates distinct type each time it is used and if not why?

pollution of global namespace by standard header files

Reliable way of ordering mulitple std::void_t partial specializations for type traits