Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Is it abuse to deduce parameters of parent template when passing pointer to constexpr function in the scope of a class

Does value initialization work for atomic objects?

Does anything prevent std::optional::value_or() from being conditionally noexcept?

Does the "cast to first member of standard layout" type punning rule extend to arrays?

Could not make this code cross compile between MSVC 2015 and GCC 7.3

g++ issues incomprehensible warning [duplicate]

Visibility of members of base template class not directly inherited

Vulkan-hpp is reinterpret_casting non-standard-layout class to another class. Is this legal?

Is it correct to remove elements with std::list::remove using an alias to an element in the container?

c++ stl language-lawyer

Which C Features are influenced by/derived from C++ Features? [closed]

Lambda field capturing local variable .isSynthetic() returns false

Const overload unexpectedly called in gcc. Compiler bug or compatibility fix?

`noexcept` behavior of `constexpr` functions

Is it well defined to reference a variable before it's constructed

c++ language-lawyer

Why is the precedence of exponentiation lower than that of unary plus minus?

Are there observable semantic differences between different implicitly generated functions?

c++ language-lawyer

friend declaration of template specialization fails

Is this a valid definition for main()

Java static block refer to static variable in another class

java language-lawyer

Typedef an uintX_t type, where X is the value of a macro

c macros language-lawyer