Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Is `*--p` actually legal(well formed) in C++03

What's the difference between visibility: hidden and visibility: collapse in flexbox?

Two curiosities with the C++ grammar

Does '#'-character have to be at the start of a line in the C preprocessor? [duplicate]

C++11: ill-formed calls are undefined behavior?

Shouldn't the code print " 1 1" instead of "4 4"?

c++ c++11 language-lawyer

Why is the code "foo::foo::foo::foob" compiling? [duplicate]

Can the compiler exploit empty base optimisation if the class contains a member of the base class?

c++ language-lawyer

friend a template specialization without <>

What's the compiler's freedom for destructor elision?

Why does the rule defining the term for a constant expression have to be so cluttered?

c++ language-lawyer

Template arguments deduction for parameter type of function pointer involving non-deduced parameter pack

Why does clang, using libstdc++, delete the explicitly defaulted constructor on a type containing std::optional?

Should the following code compile under Java 1.8

Why is this addition being silently ignored?

What replacements are available for formerly-widely-supported behaviors not defined by C standard

Overloading conversion function templates

Can you assign the value of one union member to another?