Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Non-constant condition error only shown on some compilers with lambda

Is a constructor, that is not a special member function, still a member function?

Why does a virtual default destructor make a class non-trivially-destructible?

Can we name an ill-formed specialization as long as we don't instantiate it?

does calling a function means leaving the scope of an object declared prior to that call in C?

What assumptions can C++ compilers make about pointers that compare equal?

c++ language-lawyer

Is it legal to empty-initialize `va_list` with `{}` in C23 before calling `va_start()`?

Inferring non-aliasing solely from restrict pointer parameter declarations

Is it portable to have a stray semicolon in a class' declaration

Can the name of a template parameter shadow the name of a member of that class?

c++ language-lawyer

Can the compiler optimize out the empty base if the class contains a member of base class type as first element, followed by other members?

c++ language-lawyer

Is _start() a function?

c language-lawyer

Are extern extern "C", and extern "C" extern, allowed?

Why does fgets() accept (signed) int for its 'count' argument?

arrays c language-lawyer fgets

why ... (three points) in catch block is exist?

Does C++ constrain the period of std::rand?

c++ random language-lawyer

Does the JS engine create a new microtask that will execute every handler chained together in a Promise object when resolve is invoked?

Has GCC13 changed handling of noexcept function pointers?