Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

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

I just can not understand DR 712

What exactly is the meaning of the footnote mentioned in [expr.ref]/1?

Does std::map assign its comparator?

Do the Requirements Placed on Function Arguments Also Apply to Initializer Lists?

template argument deduction for function pointer (g++ & ICC vs Clang++ & VC++ )

Comparing two string literals using memcmp

How would you explain this difference in pointer to members of base and derived class using standard quotes?

Discrepancy in C++ between over-aligned struct and enum within container

Is the usage of reinterpret_cast on a memcpy buffer UB?

c++ language-lawyer

Template argument deduction for parenthesized initialization of aggregates in C++

Why not modify key of associative container?

c++ c++11 std language-lawyer

Why can't I access a default argument in its initializer in gcc?

c++ c++11 language-lawyer

Interaction between decltype and class member name shadowing an external name

A flaw in C++ overload resolution rules?

constexpr object with mutable member

Is having a function header that return an abstract type legal?

Automatically detect C++14 "return should use std::move" situation

Using a constexpr static member of a reference as template argument

c++ language-lawyer c++17

Do any C++11 thread-safety guarantees apply to third-party thread libraries compiled/linked with C++11?