Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Function overloading: empty parameter list vs parameter pack

Shall a pointer past the end of the last array element compare equal to a pointer past the end of the whole array?

Clang report "constexpr if condition is not a constant expression" while GCC is ok [duplicate]

How to work with pointers into raw memory provided by custom allocators (without UB)?

c++ multiple copy assignment operators

Misunderstanding about non-deducible function template arguments

Is an fscanf/scanf/sscanf conversion specification with assignment suppressed not a conversion?

c language-lawyer

In which context default argument of immediate function is substituted in C++20 (on source location example)?

Must destructor be just available (public) or fully valid for default initialized class members?

Assignment operator of std::variant of custom type with deleted special member functions?

Why doesn't the scroll bar appear even if it protrudes to the left?

html css language-lawyer

Getting a pointer with auto deduced return type on function template with default template argument

Is std::string::npos == -1 always true?

c++ casting language-lawyer

Constexpr static member function usage

Overload resolution and partial template ordering

Why can't a prvalue of array type be converted to the same type using static_cast?

c++ language-lawyer c++20

Is it legal to call member functions after an object has been explicitly destroyed but before its memory was deallocated?

Does std::string need to store its character in a contiguous piece of memory?

Friend function template with automatic return type deduction cannot access a private member

Why doesn't narrowing affect overload resolution?