Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Relying on a zero'ing heap for initialising members

c++ language-lawyer

Visibility of atomic operations with seq-cst fences in C++20

What is the alignment requirement of malloc(1)

When is a std::weak_ptr empty? Is an expired std::weak_ptr empty?

Is it legal to use more parameters than expected when calling a function?

python c language-lawyer

Is a program where undefined behavior (UB) is conditional on implementation leeway a program with unconditional UB?

pointer to array not compatible to a pointer to 'const' array?

Does calling a dependent function that has not been yet declared at the point of template definition cause the program to be IFNDR?

How to determine whether the following switch block is exhaustive?

java language-lawyer

Why need not a hosted environment be provided?

c language-lawyer

Does a using declaration of a template specialization always cause its implicit instantiation?

Non-triviality of class type due to presence of default member initializer(s)

c++ c++17 language-lawyer

Does sequence on an infinite list of IO actions by definition result in a never-ending action? Or is there a way to bail out?

Is std::adjacent_find(last, last) undefined?

=default and =delete is a function declaration or a function definition?

c++ c++11 language-lawyer

Why is that noexcept specifier doesn't work in complete class context but default argument and function body does

Why is reverse_iterator::base offset?

What does 'auto t = new decltype(nullptr)' do? [duplicate]

c++ gcc null language-lawyer

Why does an explicit "extern" not allocate storage for an object?

Are repeated declarations of a template with a type-template-parameter defaulted to a closure type a violation of ODR?

c++ language-lawyer c++20