Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Is the conditional move optimization against the C standard?

C++ idempotence of going through: pointer → reference → pointer

Class that holds a reference to itself

c++ language-lawyer

Does C++ standard guarantee the initialization of padding bytes to zero for non-static aggregate objects?

Can we distinguish the results of diamond operator from raw constructor?

Alternative for-loop construct

Can a parameter pack be captured implicitly within C++11 lambdas?

Shall structured binding to a copy of a const c-array be const?

Why can't I initialize this std::vector with an l-value?

Is implicit function declaration legal in C89?

c language-lawyer c89

What is the purpose of `operator auto() = delete` in C++?

Why is address of non-static member not allowed as template non-type parameter?

Is it possible to pass a brace-enclosed initializer as a macro parameter?

Is std::size_t a distinct type?

Can Different Lambdas Decay to the Same Function Pointer?

Can one volatile constexpr variable initialize another one in C++?

Why doesn't strict aliasing rule apply to int* and unsigned*?

Why are pointers to data members callable in C++?

c++ language-lawyer

Are intmax_t and uintmax_t guaranteed to be of the same size?

c++ c++17 language-lawyer

Is the small number cache defined in Python specification or is it an implementation detail?

python language-lawyer