Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Are browser differences in the last digit of a JavaScript Math function (atan2) within spec?

Using std::tie as a range for loop target

Is it definitely illegal to refer to a reserved name?

Does C# need the private keyword?

c# keyword language-lawyer

Calling non-static member function outside of object's lifetime in C++17

aligned_storage and strict aliasing

Does accessing a declared non-volatile object through a volatile reference/pointer confer volatile rules upon said accesses?

Why does the template-id in "A<0>=0" not compile without space because of the greater-or-equal-than operator ">="?

Are infinite std::chrono::duration objects legal?

Why does "&& true" added to a constraint make a function template a better overload?

Is it undefined behaviour to delete a null void* pointer?

When NULL is not all-zero-bits, is an all-zero-bit pointer value also 'false'?

What does the void() in decltype(void()) mean exactly?

Does casting to a pointer to a template instantiate that template?

What does a compiler check for uninstantiated template code?

Can I override a virtual function with a pure virtual one?

What is the function of const specifier in enum types?

std::make_shared() change in C++17

Why must all pointers to structs be of the same size?

c pointers language-lawyer

Does C++11 change the behavior of explicitly calling std::swap to ensure ADL-located swap's are found, like boost::swap?