Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Is it legal for a compiler to optimize calls to malloc to return more weakly aligned memory?

Overload of a nested template function

Using declaration compiles in gcc and msvc but rejected in clang

c++ language-lawyer c++20

for ... in - Is the object being iterated evaluated just once before entering the loop?

A @Target-less annotation cannot be applied to a type parameter declaration in Java 19: why not?

Initialize block-scope static const variable with pointer to compound literal?

Understanding bitwise left shift on signed types in C++14

Is this a standard feature in C [duplicate]

c language-lawyer

Does compiler really enforce implementation of pure virtual destructor?

Checking null pointer && pointer->member value in the same if statement

c++ language-lawyer

Is this fabs implementation valid for NaNs?

Is it well-formed to do pointer arithmetic on a pointer returned from an allocator?

Overload resolution for a function with multiple parameter packs in C++

How does libcxx std::counting_semaphore implement "Strongly happens before" for release / acquire?

Clarification and reasons for object lifetime constraints change in C++20

In a false `if constexpr` branch outside of a template, are bodies of called template functions instantiated or not?

c++ language-lawyer

Are pointers to pure virtual member functions of local classes allowed?

Are nameless parameters in main() strictly conforming?