Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Do Unisys latest mainframe systems still use ones' complement representations?

Is it a defect when the base class is a dependent type

Could std::vector::iterator legally be a pointer

What is stopping the compiler from eliminating data members unused in each particular context?

c++ c++17 language-lawyer

Can a class containing a function pointer be used as a non-type template parameter?

What is an encoding error for sprintf that should return -1?

gcc accepts and clang rejects this code with nested generic lambdas, why?

Can not-copyable class be caught by value in C++?

lvalue-to-rvalue conversion of an array in ISO C

What is the purpose of the s==NULL case for mbrtowc?

C++11: Ambiguity between Converting Constructor and Conversion Function in Initialization of Pass-By-Value Parameter?

Can types in `cname` and `name.h` be different types?

Does the C++ standard require a binary machine?

c++ language-lawyer

Is converting between pointer-to-T, array-of-T and pointer-to-array-of-T ever undefined behaviour?

c++ c language-lawyer

c++ standard section id where its mentioned that Destructors are implicitly no throw

I think I can understand §5.3.4/11 in N4140, but the notion of an allocation function which has been extended is incomprehensible to me

Is this use of reinterpret_cast on differently-qualified struct members safe?

Are enums as bitfields implementation-defined types?

c language-lawyer c99

Difference between default (user-defined) constructor and constructor with default arguments?

Why do std::stof, std::stod, and std::stold handle errors with exceptions?