Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

If a global variable is initialized twice (statically, then dynamically), which initialization starts its lifetime?

c++ language-lawyer

Does deleted destructor change aggregate initialization in C++?

Implicit declaration in C

Does strtol("-2147483648", 0, 0) overflow if LONG_MAX is 2147483647?

What is a core constant expression in the C++11 Standard?

Potentially ambiguous statement in §9.5/8

c++ c++11 language-lawyer

Why can a member function be called on a temporary but a global function cannot?

c++ language-lawyer

§7.1.6.3/1 (C++14) doesn't accept the construction in the second snippet below. Why is this?

Is it valid to pass non-arithmetic types as arguments to cmath functions?

Is { 'symbol name': "some value" } valid Ruby 2 syntax for Hashes?

Is iteration order over the different Collection views of a given Map guaranteed to be consistent?

Why aren't typename template parameters implicitly recognized as types?

Can technically objects occupy non-contiguous bytes of storage?

c++ layout language-lawyer

SFINAE with std::enable_if and std::is_default_constructible for incomplete type in libc++

What is the value of is_nothrow_copy_assignable for a class with a throwing copy constructor and a noexcept by-value copy assignment?

Does const mismatch invoke UB when pointer argument is received by va_arg?

Why does the using statement work on IEnumerator and what does it do?

c# language-lawyer

Why is this reference binding ill-formed?

c++ language-lawyer c++17

Do scalar members in a union count towards the common initial sequence?

Can placeholder type in non-type template parameter involve overload resolution of the function passed as a template argument?