Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

In C++, What does "access" mean in the strict aliasing rule?

Incomplete array type?

Unions in C++11: default constructor seems to be deleted

Can an lvalue reference non-type template parameter be inferred?

Do array elements count as a common initial sequence?

are "too large" objects with automatic storage duration undefined behaviour?

c language-lawyer

Different logic produced by clang and gcc for same code. Which is correct?

c++ language-lawyer c++17

Derived-to-base conversion for incomplete types required by decltype

Why doesn't C++ allow implicit list initialization in the conditional operator? [duplicate]

Why is is_trivially_copyable_v different in GCC and MSVC?

Are there well-known "profiles" of the C standard?

c language-lawyer

Is the complexity of vector::clear unspecified?

c++ vector language-lawyer

Is an empty class usable as a constexpr variable without an initializer or explicit default constructor?

Is it allowed to use decltype on std::declval<T> (the function itself, not the result of calling it)?

c++ c++11 language-lawyer

Cast between structs from different scopes

c++ language-lawyer

Clang and GCC disagree on legality of direct initialization with conversion operator

clarification of specifics of P0137

c++ language-lawyer c++17

Is using a structure without all members assigned undefined?

Can a local variable have the same name as a namespace?

How to obtain Comparison type of priority_queue?