Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Why is a class trivially copyable with all private special member functions? [duplicate]

implicit object creation by unsigned char[] - Is it legal to reinterpret_cast to implicit object? (P0593)

c++ language-lawyer c++20

I didn't understand the change proposed in DR 2145 for [dcl.fct.def.general]/2

c++ language-lawyer

Understanding pointer to member of class of type - no polymorphism

Why type alias is allowed as name of variable? [closed]

Function candidates and declaration order

`requires` expression is evaluated to false in a nested template, but code is still compiled

Is this "greedy" += behavior of lists guaranteed?

python list language-lawyer

Why are static member functions considered to have an implicit object parameter during overload resolution?

Why self-initialize reference in initializer list is not an error?

c++ language-lawyer

A class both derives from and its first member has type deriving from the same base class. Is the class standard-layout?

c++ language-lawyer

Deduction and parameter pack that is not the last template parameter: is this valid code?

Can you use a braced-init-list as a (default) template argument?

How to iterate an integer in for-range loop in Go 1.22?

go language-lawyer

Why is an extra qualification for inline definitions of member functions disallowed?

c++ language-lawyer

Function signature returning abstract class

Capturing a `thread_local` in a lambda

Using C-style arrays in std::vector - MSVC bug?

Documentation for std::basic_filebuf::seekpos

c++ language-lawyer std