Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Ambiguous member template lookup

What would happen if "i = i++" was not considered undefined behavior? [closed]

c language-lawyer

Surprising behavior of strtoull("-1", NULL, 0) and other negative values

c language-lawyer strtoull

Function interleaving in pre C++17

Why does template argument deduction fail with overloaded function?

Is modifying an object through a pointer to const undefined behavior?

Argument evaluation order between curly braces and parentheses

Is it legal to cast a function returning an object pointer to a function returning a void pointer?

Is there any consistent definition of time complexity for real world languages like C++?

Are unnecessary semicolons syntax errors?

Name lookup in template base: why do we add this->

In what sense const allows only atomic changes to mutable member variables?

Dependent template names and C++20 ADL

Different std::map size when inserting with operator[] (vc++ vs g++)

Why is single virtual inheritance not enough to resolve the dreaded diamond problem?

According to the standard, is std::vector affected by the static initialization order problems?

c++ c++11 language-lawyer

Variable Length Array with length 0?

Where in the standard (C++11) is it said that the remainder operator works for integral type only?

c++ c++11 language-lawyer

Accordance of linkage between declaration and definition

c language-lawyer c11

Does any C or C++ standard recognize the existence of memory mapped files?