Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Does C standard's FE_TONEAREST rounding mode guarantee that halfway ties are rounded to even?

An issue about instantiation context

c++ language-lawyer c++20

Why does std::totally_ordered<float> return true?

c++ language-lawyer c++20

Can we use va_arg with unions?

Is it safe to use temporary object as default argument in C++?

c++ language-lawyer

C++ Contiguous Sequence Concept

Is it safe to cast a heap allocated pointer to a pointer to a VLA?

Does the C++ standard allow this floating-point behaviour?

Is it okay for int** and const int** to alias?

Is it guaranteed that template template parameter invoke user provided deduction guides

The declaration `using namespace C;` is essential to prove the results shown in the Example in [namespace.udir]/3

c++ language-lawyer

Does volatile prevent introduced reads or writes?

x86 BSWAP instruction REX doesn't follow Intel specs?

constexpr function with unused reference argument – gcc vs clang

How, exactly, do bitwise operators work in Java?

A safe, standard-compliant way to make a class template specialization fail to compile using `static_assert` only if it is instantiated?

What causes this weird behavior with throwing destructors during unwinding of a try-block?

Forward-declaring template variable in C++

c++ language-lawyer

Why is default noexcept move constructor being accepted?

Strict aliasing within an expression