Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

variadic templates - ambiguous call

Incomplete types as function parameters and return values

Are structured bindings reusable?

Why is deleting a function necessary when you're defining customization point object?

Defined behaviour for expressions

C++11 restrictions on lambda return type

=+ Python operator is syntactically correct

What magic in "our" or "use vars" satisfies "use strict qw(vars)"?

std::is_constructible on type with non-public destructor

Forward declare a constexpr variable template

Which compiler, if any has a bug in parameter pack expansion?

Aren't a[][] and (*a)[] equivalent as function parameters?

typedef and template parameter with same name

Non-static member initialization of char array with brace gives an error in gcc while not in clang

c++ c++11 language-lawyer

Is the initialization order of the vector elements guaranteed by the standard?

c++ language-lawyer

Is it safe to assume that identical lambda expressions have different types?

operator modulo change in c++ 11? [duplicate]

How is the memory layout of a class vs. a struct

Why is the value of a pointer-to-member always the same for different members of the same struct?

Order of destruction in the case of multiple inheritance