Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Is round-trip through floating point always defined behavior if floating point range is bigger?

Variadic function pointer conversion

Can #if conditional areas cross include file boundaries?

Is there a reason the Java library designers explicitly required TreeMap to be a red/black tree?

Difference in performance: std::accumulate vs std::inner_product vs Loop

Template conversion operator difference between clang 6 and clang 7

GCC: dereferencing ‘void *’ pointer while taking address

C++ lifetime of union member

Questions about C++20 two's-complement proposal R4

Can a compiler place the implementation of an implicitly declared virtual destructor in a single separate translation unit?

Why does an empty string literal in a multidimensional array decay to a null pointer?

Is it UB to resume a member function coroutine of an object whose lifetime has ended?

Can pointers be used to modify readonly field? But why?

What are the rules for out-of-line definitions of constrained member templates?

How to compare two standard conversion sequences use the rank of contained conversions

c++ language-lawyer

What are the properties of template conversion `operator const T &` in C++?

Can dangling pointer be equal to valid pointer during constant evaluation in C++?

Passing a class object with trivial copy constructor, but no output?

Is providing a private constructor for initializer_list conforming?

C11 & C++11 Exended and Universal Character Escaping

c++ c c++11 language-lawyer c11