Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

What does it mean to POSIX that a thread is "suspended"?

c posix language-lawyer

Is this absurd code that compiles fine a bug in both Clang and GCC? [duplicate]

Default settings of unrecognized HTML elements

css html language-lawyer w3c

Is noexcept deduction allowed in class template partial specialization?

Can the storage of trivially copyable objects be safely reallocated with realloc?

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?