Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Why is malloc in global namespace?

c++ language-lawyer

Are the pointers to strings in argv modifiable? [duplicate]

Implicit destructor execution in function calling

What is lub(null, Double)?

java types language-lawyer

Is this considered valid c++11 or c++14? Or is gcc/clang getting it wrong?

conversion from nullptr_t to bool: valid or not?

Is the 16-bit math in this program invoking undefined behavior?

C++ Order of Declaration (in Multi-variable Declaration Line)

Using std::launder to get a pointer to an active union member from a pointer to an inactive union member?

What is expected lifetime of std::intializer_list object in C++14?

Is there a sequence point between structure member initializations?

Why does the expression below characterize a narrowing conversion?

Where in the Standard (C++14) does it say that the following two declarations are equivalent?

c++ language-lawyer c++14

Must the C++ standard library support classes that are picky about who their friends are?

Are the fixed width integer types guaranteed to be typedefs for the standard built in types?

c++ language-lawyer

partial specialization ordering with non-deduced context

Argument dependent lookup for friend functions

Equivalent of uintptr_t/intptr_t for pointers to functions?

c language-lawyer c99 c11

Inherited constructors, default constructor and visibility

Is "template argument deduction for class templates" supposed to deduce empty parameter packs for variadic class templates?