Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

std::hash template partial specialization

When is a C++ expression well formed?

Why class data members can't be initialized by direct initialization syntax?

Different parameter name in function prototype

Mysterious line in stack trace

Follow-up: What exactly is a variable in C++14/C++17?

Is every "normal" use of user-defined literals undefined behavior?

c++ language-lawyer

read before write is undefined with malloced memory?

Why can fixed-size arrays be on the stack, but str cannot?

rust language-lawyer

Does an observable difference exist using `unsigned long` and `unsigned int` in C (or C++) when both are 32 bits wide?

What's the difference between void and cv void?

c++ c++11 language-lawyer

Visual Studio 2015 - Compiler Warning (level 2) C4146

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