Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Does sscanf require a null terminated string as input?

Is a namespace required when referring to the base class

typeid doesn't work with non-static member function

Incrementing a volatile variable in C

c++ c language-lawyer volatile

Endianness in constexpr

Can constructor template cause ambiguity in the c++17 parameter deduction of class template

Union of layout-compatible types

Is a lambda in a default template parameter considered part of the immediate context?

c++ language-lawyer c++17

Different behavior for qualified and unqualified name lookup for template

Dangling references and undefined behavior

Perfect-forwarding a return value with auto&&

Can std::launder be used to convert an object pointer to its enclosing array pointer?

c++ language-lawyer c++17

Injected class name as type

c++ language-lawyer c++17

Is difference of two constexpr instances of __func__ pointers still constexpr?

Ramification of assignment operators with values instead of references

Why can swapping standard library containers be problematic in C++11 (involving allocators)?

c++ c++11 language-lawyer

Calling fork before main

c++ c fork posix language-lawyer

Cast from IEnumerable to IEnumerable<object>

Is modifying a variable in its declaration statement well-defined?

Deduction guides, templates and subobjects: which compiler is right?