Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Heights rendering differently in Chrome and Firefox [duplicate]

`static constexpr auto` data-member initialized with unnamed enum

Does the C++ standard mandate that C-linkage functions are `noexcept`?

Is it ok to return default argument's value by const reference?

Is it possible to alias an enum-class enumerator?

Classes with both template and non-template conversion operators in the condition of switch statement

Equality operator overloads: Is (x!=y) == (!(x==y))?

Do I have the guarantee that sizeof(type) == sizeof(unsigned type)?

Consequences of uninitialised variables: int vs unsigned char

Do parentheses make a difference when determining the size of an array?

Initializing capturing lambda in ternary operator

Should the implementation guard itself against comma overloading?

Is the Visual C++ implementation of std::async using a thread pool legal

Is memcpy of a trivially-copyable type construction or assignment?

In C++, can a C-style cast invoke a conversion function and then cast away constness?

c++ language-lawyer

Is it legal to declare a constexpr initializer_list object?

memcpy/memmove to a union member, does this set the 'active' member?

Is &*p valid C, given that p is a pointer to an incomplete type?

How does Stroustrup take a non-const reference to a temporary?

std::move of string literal - which compiler is correct?