Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

What is the purpose of a placeholder type in a trailing-return-type?

c++ language-lawyer

Why can delete operator be used in const context?

c++ language-lawyer

Does std::thread::join guarantee writes visibility

Does a class template's requires clause have to be repeated outside member definitions?

Is A::B::B::B::B...B::f() right ? Why could i do that? [duplicate]

Is "--" a valid CSS3 identifier?

Out of the bounds in C++ and undefined behaviour

Is (++i)++ undefined behavior?

What's the utility of an empty C++ file?

c++ language-lawyer

Initialization by null pointer constant: which behaviour is correct?

Is passing an uninitialised variable in a function parameter list well-defined?

c++ language-lawyer

Using memcpy to copy an int into a char array and then printing its members: undefined behaviour?

c++ language-lawyer