Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Vector of pair with const member

c++ vector language-lawyer

How is it legal to reference an undefined type inside a structure?

Are types allowed to be specified for return-type-requirement in a requires expression?

c++ language-lawyer c++20

Is it undefined behavior to form a pointer range from a stack address?

What standard clause mandates this lvalue-to-rvalue conversion?

c++ language-lawyer

What's the purpose of the casts to signed int in glibc memmove?

c language-lawyer glibc

Why is there ambiguity using reference-qualifiers on overloaded methods? [duplicate]

std::less<void> and pointer types

c++ language-lawyer c++14

Type deduction in switch and SFINAE, gcc vs clang [duplicate]

std::launder in conjunction with reinterpret_cast [duplicate]

c++ language-lawyer c++17

Operator << on template argument type member causes error only in clang

Is it legal to alias a char array through a pointer to int?

Is the constexpr specifier required on the declaration of a constexpr static member initialized outside of the class?