Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

How are wctype.h functions supposed to be used correctly?

c language-lawyer ctype

Nested anonymous namespaces

c++ language-lawyer

Why constexpr data members are not implicitly static?

stdio error detection: ferror versus fclose

c language-lawyer stdio

Template argument deduction in case of designated initializers in C++

Is it UB to change a member of a const object via a constructor-bound reference?

Interpreting C++20 standard description of ITER_TRAITS

c++ language-lawyer c++20

Is this correct: std::views::reverse on infinite range?

Incomplete type is not allowed in a class, but is allowed in a class template

What is the meaning of "producing negative zeroes" in a system that doesn't support it?

Deducing class template arguments with a constructor that uses a member type alias

c++ language-lawyer c++17

How can I apply the [[nodiscard]] attribute to a lambda?

Using decltype(auto) in C++ non-type template parameter

What happens when mandatory RVO is applied to a reference that's extending the lifetime of a temporary?

initializer_list with auto contains multiple expressions

c++ language-lawyer c++17 auto

Does every c++ member function take `this` as an input implicitly?

MSVC cannot return an object that can be copied but cannot be moved

Destructor of typedef alias

Implementing is_constexpr_copiable

Method reference to private interface method

java language-lawyer java-9