Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Why does it matter if I use a method reference or a lambda here?

`operator delete` with size parameter and without size parameter: which one is chosen when both are available?

Different behavior of direct and copy initialization on MS VC++ (using user-defined conversion operators)

Is one-past-end pointer OK for non-array object types?

Nested generation of comparison operator with three-way operator?

Why is this compiling successfully?

Passing r values by reference?

c++ language-lawyer c++20

Do these two C++ initializer syntaxes ever differ in semantics?

How generic is the {} construction syntax?

std::less on enums

c++ enums language-lawyer

Enumeration object set to a value not equal to any of its respective enumeration constants

c enums c99 language-lawyer

Is something undefined behavior by omission?

c++ language-lawyer

Name lookup in using-declaration via using-directive

Template specialization doesn't see a function in its point of instantiation

Is the Shebang (#!) standardized?

Why did the definition of dot (.) change between XPath 1.0 and 2.0?

Definition of standard-layout class in C++14

c++ c++14 language-lawyer

Can I create a string constant by concatenating string and int constants in C#?

Is atomic_thread_fence(memory_order_release) different from using memory_order_acq_rel?

How can I print a dangling pointer, for demonstration purposes?