Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Cv-qualifications of prvalues in C++14

Wrong argument type to a standard library function defined as macro

c language-lawyer

Inconsistency parsing numeric literals according to C++ Standard's grammar [duplicate]

Does the C11 memory model really conflict with common optimizations?

c language-lawyer

Is it legal to cast this to `Derived*` in the base ctor-initialiser?

c++ language-lawyer

`auto x = type{...}` initialization syntax and `explicit` conversion operator - clang vs gcc

GCC/CLang disagree on partial specialization of template template parameter

Is virtual table creation thread safe?

Why are the compiler errors inconsistent in gcc and clang when casting an xvalue to a non-const lvalue reference? [duplicate]

Unexpected behavior with template type alias in VS2015

Is it permissible for standard library implementation to have class definition that is different from the C++ standard?

Why does gcc reject `new v < new v` when `v` is not a template?

c++ c++14 language-lawyer

C++ When are characters widened in output stream operator<<()?

Does C++17 forbid copy elision in a case where C++14 allowed it?

Difference between parsing of void() and int()

Does using namespace cause name hiding?

String literal in templates - different behavior of compilers

What does C++11 consider to be a "thread"?

Do the C++ standards guarantee that unused private fields will influence sizeof?

c++ sizeof language-lawyer

If initialization or destruction is terminated by an exception which is not handled, are fully-constructed subobjects necessarily destroyed?

c++ language-lawyer