Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Lifetime of temporary objects used while chaining overloaded member access operator->

Is it safe to call a method on a smart pointer that is moved-from in the arguments?

Is GCC's implementation of std::invocable incorrect or still incomplete? [duplicate]

c++ c++17 language-lawyer

Arithmetic on freed pointer

c pointers language-lawyer

What does this mean "prvalue of type“ in C++ standard N3337 5.2.10 clause 7?

C++17: Does the 'value computation' of an int& glvalue involve 'using the value of the object'?

c++ c++17 language-lawyer

setting pointer to variable declared in local scope in C

Implicitly defined constructor deleted due to variant member, N3690/N4140 vs N4659/N4727

What is "[core] language undefined behavior" as opposed to "undefined behavior"?

Templated function-typed static class members in C++ [duplicate]

c++ language-lawyer c++17

Can names in unnamed namespaces in different C++ files refer to the same named thing?

c++ language-lawyer c++17

Can one forward-declare a function taking a vector of incomplete type with a default value?

Compatible struct types

c types language-lawyer

What is the purpose of the bullet points in [basic.link]/8 in N4140? They don't seem to bring anything new the statement preceding them

Why would the param_type constructor be explicit for a random distribution?

Is it valid to use a zero-sized non-static array function parameter?

Same most-derived class in virtual inheritance = same offset between parent class?