Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Why do shared_ptr deleters have to be CopyConstructible?

Unions as Base Class

Conditional operator's return type and two-phase lookup

Is std::less supposed to allow comparison of unrelated pointers at compile-time?

Why does it make a difference if left and right shift are used together in one expression or not?

C++14 value-initialization with deleted constructor

c++ language-lawyer c++14

Legal to overwrite std::string's null terminator?

Is floating point addition commutative in C++?

What's the result of a & b?

Is a lambda expression a legal default (non-type template) argument?

Calling `this` member function from generic lambda - clang vs gcc

Does the shadow DOM replace ::before and ::after?

Is ((void*)0) a null pointer constant?

c language-lawyer

Why does the standard differentiate between direct-list-initialization and copy-list-initialization?

What is the Relationship Between the C and C++ Standards?

Is it safe to use the address of a static local variable within a function template as a type identifier?

Is std::vector<T> a `user-defined type`?

Is negative index for operator[] well defined?

Does C check if a pointer is out-of-bound without the pointer being dereferenced?

c pointers language-lawyer

Why does one still need to disambiguate a dependent type with typename in the RHS of a using statement?

c++ c++11 language-lawyer