Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

r-value Reference Casting and Temporary Materialization

c++ c++11 language-lawyer

template function matching with specialization [duplicate]

C++ What is the role of std::ctype<char>::widen()?

In which access control context are evaluated concepts?

Are there any guarantees about consistency of __LINE__ directives?

Chained compound assignments with C++17 sequencing are still undefined behaviour?

Access to protected constructor of base class

c++ oop language-lawyer

C++ offsetof char* arithmetic

c++ byte language-lawyer

How can I get the gcc preprocessor to check if an expression evaluates to a value or nothing?

Are there any guarantees for unions that contain a wrapped type and the type itself?

Can I forward construction in the body of a constructor?

Is indexing a string literal an initializer constant expression?

C++20 "transparently replaceable" relation

c++ language-lawyer c++20

Which part of the JLS specifies that you can't cast from List<? extends List<Superclass>> to List<List<Subclass>>?

java language-lawyer

Do non-dependent default template arguments of function templates allow for SFINAE?

Is creating two FILEs for the same file descriptor well-defined?

Why standard container iterators don't overload `->*`?

Is a C++ object layout necessarily statically defined?