Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Distinguishing between user-defined conversion sequences by the initial standard conversion sequence

Exposing private base class name with `using` in C++

Why does a variable refer to the variable outside of a lambda, if it is not odr used?

Explicit this object parameter wonkiness

What constructors must be defined to satisfy copy constructible concept for any-like class?

Validity of presenting an xvalue as an lvalue

Can a function parameter be used as template argument?

Is pointer-difference a valid way to find the index of an element in a vector within a range-based for loop?

c++ language-lawyer

Using a class inside the requires-clause for the method of this class

Is the lifetime of a local lambda as a completion handler for co_spawn i.e. a function with functor&& sufficent

Why is there no language support in C++ for all C++ standard library type traits?

Is there any concept of trivial/non-trivial member function?

c++ language-lawyer

Confusion (or Clang bug?) about incomplete types in std::vector