Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Why class forward declaration is not allowed in function scope?

Why is it illegal to use both prefix and postfix at the same time? [duplicate]

constexpr char array with GCC and clang

Why does 'A a{};' compile when the default constructor A::A() is deleted? [duplicate]

What is the rule for assignment of the integer value of enum?

§12.3.2 [class.conv.fct]/1 in C++1z changed substantially in relation to C++14. Does it make sense?

How can I disable concept evaluation result caching?

Are specializations over a non-type template parameter with an argument of different pointer-to-members guaranteed to be unique specializations?

Why does enable_if on the function parameter type influence overload resolution? [duplicate]

Issues about the copy-initialization of reference type

Why constinit of half-initialized struct does not work

c++ language-lawyer c++20

Undefined reference when defining a template function in the global namespace which is declared in an inline anonymous namespace

c++ c++17 language-lawyer

Why gcc cannot detect friend class namespace from its forward declaration?

Does start_lifetime_as forbid access to original buffer?

Does std::strong_ordering in C++20 require a total order?

Is the assignment operator in JS a (re)binding or a mutation?

Is it legal Rust to cast a pointer to a struct's first member to a pointer to the struct?

C++ Virtual Inheritance: static_cast "this" to virtual parent in initializer list of derived