Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Source location at call site and nttps: strange results and possible compiler bug?

Constexpr placement new?

Implied anonymous types inside lambdas

Is it undefined behavior to `reinterpret_cast` a `T*` to `T(*)[N]`?

What does the standard say about unaligned memory access?

Why doesn't instanceof pattern matching work with else if in this particular case?

Floating point comparison revisited

constexpr variable at namespace scope with and without explicit inline definition

How can two declarations correspond without having the same name in C++?

c++ language-lawyer

Decrementable requirements of general end iterators vs container `end()`

Can "an implicitly-defined move constructor" be NOT trivial?

c++ language-lawyer

Is C++03 a new version of the C++ Standard or just a Technical Corrigendum (TC) of C++98?

In Rust, what happens if main function returns Err?

Is an object fully constructed at the end of the initialiser list?

c++ language-lawyer

References to static objects in inline functions with external linkage

Initialization vs Assignment in C

c language-lawyer

MSVC accepts std::string array initialized with string literal but gcc and clang rejects

using vs. typedef - is there a subtle, lesser known difference?

Union's default constructor is implicitly deleted

c++ language-lawyer