Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Is the cppreference definition of non-static data member wrong?

c++ language-lawyer

Can expression using pointers causing unspecified (not undefined!) behaviour be used in constexpr context?

Call unlock on std::shared_mutex that is locked in shared mode

Requirements on std::forward_list::remove_if predicates

using method from indirect parent

Eclipse ECJ accepts this code, javac doesn't - who is right?

Understanding overload resolution ranking involving user defined conversion

Pick the right overload when passing function pointer to algorithm

Why does ungetc fail on some characters?

c language-lawyer ungetc

Friend, private function, template alias, and decltype... is clang correct in rejecting this?

c++ language-lawyer friend

Should conversion operators be considered for function template argument deduction?

Access checking rules for template argument list in (particularly explicit) specializations

non-blocking call of std::async: how is this version dangerous?

What does the C++20 standard say about usage of subojects as template non-type arguments?

c++ language-lawyer c++20

Possible ODR-violations when using a constexpr variable in the definition of an inline function (in C++14)

c++ c++14 language-lawyer

What is behavior of NULL parameters to strstr?

c language-lawyer strstr

What is dominance in the context of virtual functions?

Initializer with constant expression having possible overflow in C99

Why `constexpr const int &a = 1;` failed in block scope?

Does "potentially-evaluated" means the same as "odr-used" in C++03?

c++ language-lawyer c++03