Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Why gcc warns about narrowing conversion only for uniform initialization?

Non-defining declarations for `void` "objects": which part of C++ standard prohibits them? Or does it?

C++ value representation of non-trivially-copyable types

Inheriting templated operator= in C++14: different behaviour with g++ and clang++

Which substitution failures are not allowed in requires clauses?

Why are CSS named grid areas not in quotes?

Doesn't C++ mandate that (cond ? string_1 : string_2) initialize a string?

c++ c++17 language-lawyer

A issue about the class member access while the nominated data member is of reference type

c++ c++17 language-lawyer

What is a "strongly moded" programming language?

Can a constexpr function contain a label?

Why does an unsigned int of bit-field become a signed int after shift operation in C++? [duplicate]

c++ language-lawyer

Template parameters of function type with auto return type arguments of previous template parameter types

Can anonymous classes be completely immutable?

Uninitialized enumerator default values

c++ c++11 language-lawyer

Is it still legal to do pointer arithmetic on a deleted array?

std::unique_ptr::reset checks for managed pointer nullity?

Aliasing of otherwise equivalent signed and unsigned types

c++ c language-lawyer

Is this multiple accesses to the same object between sequence points well-defined behavior?

c++ language-lawyer

Is the result of static_casting a constexpr void* a constant expression?

Why differentiate predicate and non-predicate versions for generic algorithms?