Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

C++11 value-initialization with defaulted default constructor

c++ c++11 language-lawyer

What do "positive" and "negative" mean in ECMAScript? +0 and -0

const reference to temporary reference

I need some help regarding §8/5 in the spec

Swift 2.0: Parametrized classes don't call proper == function if it inherits from class that is Equatable

Should a compiler interpret an arbitrary non-zero value in bool as true correctly?

c++ boolean language-lawyer

Why Does the Standard C++ Grammar Not Cover this Case?

Does i++ invoke undefined behavior for signed types smaller than int in case of overflow?

C++ Constructor by Value

c++ language-lawyer

Special behavior for decltype of call operator for incomplete types

extern "C" for member static callback function

Why can't I inline-define a non-templated friend within a templated class?

Is function passed to std::for_each allowed to make copies of sequence elements?

c++ language-lawyer

Restricting conversion of function pointers

c++ casting language-lawyer

Undefined behaviour on reinitializing object via placement new on this pointer

Is template-name<TT> a deduced context?

Why is a separator not required in `for i do cmd; done` [duplicate]

bash shell language-lawyer

Name lookup error of enable_if'd inherited member functions

c++ language-lawyer

Definition of "allocation unit" in C++?

Strict aliasing rule in C