Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Possible bug in handling the `default` keyword in VS2015 C++

Can a concept evaluation depend on where it is evaluated?

When exactly is an initializer temporary destroyed?

Accessing private nested class

c++ c++11 language-lawyer

Will 'Guaranteed Copy Elision' (P0135, C++1z) potentially require ABI breakage?

type of reference-captured object inside lambda

Is this a bug in std::gcd?

Do the multiple postfix-expression(subscripting) evaluations result in UB

c++ c++17 language-lawyer

Does swap() cause undefined behaviour?

What is the order of destruction of function parameters?

Compound assignment in constexpr function: gcc vs. clang

Is comparing two void pointers to different objects defined in C++?

Is circumventing a class' constructor legal or does it result in undefined behaviour?

What's {} in void({})?

Is the move constructor called after invoking a conversion function?

Can `this` be changed in a mutable lambda?

Is const-casting via a union undefined behaviour?

When would a reference be zero-initialized?

Why is this call to member function ambiguous?

c++ c++11 language-lawyer

Is it allowed to specialize a template with enums with the same integral value?

c++ language-lawyer c++17