Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

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?

Why can't I retrieve my flexible array member size?

What is exactly an "invalid conversion specification"?

Does isspace() accept getchar() values?

c language-lawyer c11

Does sizeof(function) makes sense?

Is a declaration of a variable inside a block also a definition?

Is this reinterpret_cast problematic in principle, and/or in practice?

c++ c++17 language-lawyer

C++20 concepts require operator overloading combine with user-define template operator overloading function