Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Not allowed to return a function from a function. How could I?

Friending classes defined in the std namespace: any guarantees?

c++ std language-lawyer

Is the base access defined correctly in the C# Language Specification 4.0?

c# grammar language-lawyer

C++11 example of a value and an object in the standard library?

Are round parentheses used for grouping considered an operator?

c operators language-lawyer

Static table generation works with GCC but not clang; is clang bugged?

Does this avoid UB

Declaring an incomplete type template parameter in place in-the argument list

When function template is specialized in a different namespace, GCC and clang disagree

Multiple inheritance, virtual methods collision and pointers from base classes

Extern keyword on definition of static data members and member functions, C++

Explicit type conversion (functional notation) with simple-type-specifier

Does a function have any storage class in C Language?

c function language-lawyer

(&const_object) can be evaluated to address of temporary

Constructor argument and member with the same name [duplicate]

scanf(), field width, inf and nan

C++ , function pointer exception error

Three-way comparison and constexpr function template: which compiler is right?

accessing a python int literals methods [duplicate]

How much existing C++ code would break if void was actually defined as `struct void {};`