Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Are extern extern "C", and extern "C" extern, allowed?

Why does fgets() accept (signed) int for its 'count' argument?

arrays c language-lawyer fgets

why ... (three points) in catch block is exist?

Does C++ constrain the period of std::rand?

c++ random language-lawyer

Does the JS engine create a new microtask that will execute every handler chained together in a Promise object when resolve is invoked?

Has GCC13 changed handling of noexcept function pointers?

Can auto be used for static class variable definition?

are constrained alias templates allowed?

c++ language-lawyer c++20

std::optional<std::unique_ptr<int>> is not constexpr?

Template argument deduction and expression rules

Const-correctness of std::reference_wrapper

Clarification of "The meaning of a value is determined by the type of the expression used to access it"

c types language-lawyer

What does the term "trivial" formally mean in C++?

c++ language-lawyer

Is __STDCPP_DEFAULT_NEW_ALIGNMENT__ >= alignof(std::max_align_t)?

Interpretation of "refer to" in 6.7.3 7 in the C standard

Strict Aliasing and Unions in C

Safe to reference a C++ template type having a template parameter that's not compatible with the template?

Destructor defined through a type alias

c++ language-lawyer

Why is strnlen() not considered for inclusion in C23?

Why does that macro-emulated function default argument expand differently in GCC and MSVC (C or C++)?

c++ c macros language-lawyer