Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Using a custom type with va_arg

Detecting if a struct member is flexible and which of gcc and clang is wrong here?

c gcc clang language-lawyer

Is memory allocated by malloc an array - same as allocated by calloc?

c language-lawyer

When is ADL applied?

Value stored when istream read fails

What does [decl.constexpr].5 mean exactly?

Is the partition module exported by primary module interface unit?

Clarification on pointer to non-static class member

Setting IEEE FPE halting mode for OpenMP threads

Redefinition inconsistency in clang between struct and int

Is accessing outer multidimensional array using reference to inner array defined in C?

c language-lawyer

Calling `std::shared_future<T>::wait` from multiple threads

Type conflicts in non-type template argument deduction

Can a compiler decide to ignore a missing typename on dependent type where it is still required by C++20?

Is the correct return type deduced with decltype(auto)?