Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

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

Are C++ compilers actually compliant with zero-size array SFINAE rule?

In the C++ standard, paragraph 6.7.3.5, what does "depends on the side effects" mean?

How can you prevent a destructor call from being reordered above an atomic write by the compiler?

Why sometimes local class cannot access constexpr variables defined in function scope

Is a leading return type method declaration, using decltype, compatible with a trailing return type definition?

typename in qualified member access

Interaction of function-local enum declaration and ADL

c++ c++14 language-lawyer

Can a class with consteval constructor be created on heap in C++?