Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Can a table row have no cells?

Explicit method type parameter ignored on a raw class type; compiler bug? [duplicate]

Using suffixes without std::literals

c++ language-lawyer c++14

deducing a tuple's types

Rationale for the C11 _Atomic specifier-vs-qualifier syntax irregularity?

C++ dependent name: Is this typename required?

Rationale behind using namespace behavior

Why is it the case that the name of the function f4 has internal linkage, and not a C language linkage?

c++ language-lawyer linkage

Detect overflow when converting integral to floating types

Lifetime of a compound literal

Is the compiler generated constructor constexpr by default?

Clang vs. GCC when static_cast'ing to a move-only type

Default template parameters in using-declaration and instantiation

Can we access a member of a non-existing union?

What is the point of the {U,}INTn_C macros in stdint.h?

c language-lawyer

subclass of stringstream and nullptr

Why can't the Java compiler infer Iterable<String> from the contraints Iterable<? extends CharSequence> and () -> (Iterator<String>)

What do the C and C++ standards say about bit-level integer representation and manipulation?

Inside of a class, why `auto b() -> decltype(a()) {}` works, but `decltype(a()) b() {}` does not?

c++ language-lawyer

Does the C++ standard specify that for some cases the compiling should fail with an error?