Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

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

Source location at call site and nttps: strange results and possible compiler bug?

Constexpr placement new?

Implied anonymous types inside lambdas

Is it undefined behavior to `reinterpret_cast` a `T*` to `T(*)[N]`?

What does the standard say about unaligned memory access?

Why doesn't instanceof pattern matching work with else if in this particular case?

Floating point comparison revisited

constexpr variable at namespace scope with and without explicit inline definition

How can two declarations correspond without having the same name in C++?

c++ language-lawyer

Decrementable requirements of general end iterators vs container `end()`