Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

std::list::remove_if goes crazy if combined with a generic lambda

Accessing generalize-captured objects in lambda trailing return type

Is pointer arithmetic on inactive member of a union UB?

Is initialization of a reference variable primary template required even when it is never instantiated?

Value vs. Object

c++ language-lawyer c++17

Which union member becomes active after placement new

Does const allow for (theoretical) optimization here?

Granting friendship to constructor/destructor of template class specialization - works under C++17, but fails under C++20

Overloading operator== with `&&` and `const` qualifier cause ambiguity in C++20

Is there any rule about why is the redefinition of the enumerator ill-formed?

c++ language-lawyer

Does this C++ static analysis rule make sense as is?

Does C++, as an abstraction, support "bits" representing one of more than two values?

c++ language-lawyer

Initializing scalars with braces

Can an rvalue reference bind to a function?

`y=++y`, is this standard compliant? [which appears in a test by Microsoft] [duplicate]

Move member function generation

c++ c++11 language-lawyer

Is assert usable in constant expressions?

Template alias visibility in nested class

Are noreturn attributes on exiting functions necessary?

c language-lawyer c11

Is pandas.DataFrame.groupby Guaranteed To Be Stable?