Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Why does the standard have both seekpos() and seekoff()?

c++ language-lawyer

Does upcasting a null pointer lead to undefined behavior

Does java.util.HashMap not implement java.util.Map in Kotlin?

Matching alias template as template argument

Why construction of std::unique_ptr for incomplete type compiles?

Why does Foo({}) invoke Foo(0) instead of Foo()?

`std::complex<T>[n]` and `T[n*2]` type aliasing

Is "int (x), 1;" an ambiguous statement?

Can SFINAE detect private access violations?

c++ language-lawyer sfinae

Is char default-promoted?

Why are these snippets handled differently by GCC?

About lambdas, conversions to function pointers and visibility of private data members

Requirements for std::ignore

Is a variable an array of size 1?

Breaking change in C++20 or regression in clang-trunk/gcc-trunk when overloading equality comparison with non-Boolean return value?

Is it Undefined Behaviour to cast away the constness of a function parameter?

Using a variable as an out argument at point of declaration

c# language-lawyer out

Weird syntax when overriding virtual functions

Does accessing the first field of a struct via a C cast violate strict aliasing?

unique_ptr, pimpl/forward declaration and complete definition

c++ c++11 language-lawyer