Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

overload resolution of template function with auto

What makes a union member active?

Is dereferencing invalid pointers legal if no lvalue-to-rvalue conversion occurs

c++ language-lawyer

emplace_back causes link error on static constexpr member

What is the rationale behind returning unique addresses for allocations of zero size in C++?

Public "using" = decltype(<private>)

Can there be different implicit objects based on a later runtime decision in C++20?

c++ language-lawyer c++20

`decltype` of generalized lambda capture inside body of a lambda - gcc vs clang

What is the relationship between the end of object's lifetime and when it ceases to exist?

What is the difference between non-type template parameters in C++17 and C++11?

Is gcc considering builtins of non-constant expression functions to be constant expressions

What is "a value not associated with an object"?

Is value initialization part of the C++98 standard? If not, why was it added in the C++03 standard?

Double brace initialization

What is the proper usage of a constexpr standard functor?

"Uninitialized captured reference" error when using lambdas in fold expression - clang vs gcc

What does "there is no smaller array object that satisfies these constraints" mean?

c++ language-lawyer c++17

C++ constexpr inheriting constructor

Copy trivially copyable types using temporary storage areas: is it allowed?

c++ language-lawyer c++17

Why can't I get the argument count of a template function at compile-time?