Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Why can't a modifiable lvalue have an array type?

c language-lawyer

Why is comma operator called inside operator [] but not inside operator ()?

Why doesn't clang allow accessing a nested enum class through an instance?

c++ clang language-lawyer

Template dependent name resolution should not find declarations with no linkage?

Dependent non-type parameter packs: what does the standard say?

What exactly does it mean to say a C++ object is movable?

C++ std::map named requirements allocator-aware container

Is (a = 0, a) + (a =1, a) undefined behaviour for int a?

c language-lawyer

Where is prefix-dependent integer parsing defined?

c++ language-lawyer

Is 'or' used on the right-hand-side of an assignment pythonic?

Correct format for separating declaration and definition of C++ template functions

Unordered function evaluation for functions returning void

c++ c language-lawyer

Why does reverse_iterator doubly define its nested types?

Non-last default template arguments for function templates

How to understand "C++ allows sizeof(char*) != sizeof(int*)"?

When is the copy constructor for the return value happens

c++ return language-lawyer

Method references to multidimensional arrays in Java 8

mismatched std::allocator for some of STL containers

Extended lifetime of an object returned from function

Is int main(void) valid in C++?

c++ language-lawyer