Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

How standard C++ input output streams have to handle intXX_t types?

c++ c++11 language-lawyer

Accessing base class members with incorrect downcast in C++

c++ language-lawyer

Virtual calls during construction / destruction

How to discard the designator of a void expression?

c language-lawyer c11

Clang rejects inexplicit enum value in constexpr function (gcc works)

c++ language-lawyer c++20

What should the underlying type of a char initialized enum be?

c++ enums language-lawyer

Preincrement vs postincrement in terms of sequence points

Converting a pointer value that is returned from a malloc operation that creates an array object to the element type results in UB?

c++ language-lawyer c++20

Functional equivalency in template constraints vs member function constraints

Can a lambda appear in template arguments? [duplicate]

Function argument evaluation and side effects

Is it really well defined to check pointer alignment using the pointer's integer value?

Preference of conversion operator over copy constructor changes from C++14 to C++17?

Why does friendship seem transitive with befriended function templates?

What does the C++ standard says for algorithms when first <= last is not fulfilled?

Can a class be indestructible (have no destructor)?

c++ language-lawyer c++20

Whose responsibility is it to destroy a C++20 coroutine that throws from its initial suspend?

Is a postincrement always done before a function call?

c language-lawyer

Why can an anonymous temporary exception be bound to a reference at a catch site? [duplicate]

c++ language-lawyer