Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Function overloading with initialization_list causing ambiguity

Can I perform arithmetic operations on an atomic variable directly?

Why conversion function is not used for an object when it is assigned to?

Does const char* alias with char*?

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?