Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Uniqueness of multiple unnamed namespaces within translation unit

Is it undefined behavior to do runtime borrow management with the help of raw pointers in Rust?

Why isn't explicit specialization with private type allowed for function templates?

c++ language-lawyer

Are deleted constructors still considered as trivial?

Use of earlier member in designated initializer

Calling std::async twice without storing the returned std::future

What is the purpose of the `iterator-sentinel-pair` concept in [ranges.subrange]?

c++ language-lawyer c++20

Clarification on the meaning of interpretation of a template [duplicate]

Why class forward declaration is not allowed in function scope?

Why is it illegal to use both prefix and postfix at the same time? [duplicate]

constexpr char array with GCC and clang

Why does 'A a{};' compile when the default constructor A::A() is deleted? [duplicate]

What is the rule for assignment of the integer value of enum?

§12.3.2 [class.conv.fct]/1 in C++1z changed substantially in relation to C++14. Does it make sense?

How can I disable concept evaluation result caching?

Are specializations over a non-type template parameter with an argument of different pointer-to-members guaranteed to be unique specializations?

Why does enable_if on the function parameter type influence overload resolution? [duplicate]

Issues about the copy-initialization of reference type