Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Inconsistency in C# spec 7.16.2.5

Is the grammars in Java7 spec really equivalent?

Capturing a Lambda's static in a Nested Lambda

Do the C# and Java specifications spell out the same behavior on signed integer overflow?

Which of these conversions should be ambiguous?

Modifying element of const std::vector<T> via const_cast

Can std::string::compare(const char*) throw an exception?

c++ language-lawyer

Operators indirectly forbidden (or not?) in defining integer constant expressions (in C)

c syntax c99 language-lawyer

C++ using declaration with typename in inheriting-constructors

Copy elision for list-initialization, where is it stated in the standard?

std::launder alternative pre c++17

Partial specialization of single type template parameter class template using non-type template parameter through a dependent type

c++ language-lawyer

Detecting integral overflow with scanf

c language-lawyer iso

Compile error when defining a member function, but only in GCC

Is it possible to write a conformant implementation of malloc in C?

c malloc language-lawyer

When does it matter that `this` is an rvalue?

c++ c++11 this language-lawyer

Proxy objects in iterators

Can I use the result of a C++17 captureless lambda constexpr conversion operator as a function pointer template non-type argument?

auto with parentheses and initialiser list

noncopyable, but movable container