Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

C++14 lambda's default argument type deduction depending on preceding arguments

Requires compile with msvc but rejected by gcc

Why destruction order of array elements is not from last to first?

Is it undefined behaviour to use pointer after allocated memory?

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?