Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Why introduce `std::launder` rather than have the compiler take care of it?

Value initialization: default initialization or zero initialization?

Have anonymous structs and unions in C11 been incorrectly described?

c language-lawyer c11

Copy initialization with deleted copy constructor in reference initialization

Can one use parameter value directly (not its type but value itself) in trailing return type syntax

Since the Standard C committee did not standardize a simple replacement for gets(), what should it be?

c language-lawyer glibc libc

Is std::initializer_list{x, y, z} (CTAD) valid?

c++ language-lawyer c++17

Cannot use pointer to public member function that comes from a private base

c++ language-lawyer

Impossibly Fast C++ Delegates and different translation units

Reference as a non-type template argument

c++ c++11 language-lawyer

Returning a local partially initialized struct from a function and undefined behavior

What changes to C++ made copy initialization work for class with explicit constructor?

Why does this rvalue reference bind to an lvalue?

Does the standard mandate an lvalue-to-rvalue conversion of the pointer variable when applying indirection?

Lookup of dependent names in C++ template instantiation

Existence of objects created in C functions

Is it legal to call delete on a null pointer of an incomplete type?

Implicit generated members and noexcept

c++ c++11 language-lawyer

Program with chaining of using-declarations compiles on MSVS and clang but not on GCC

Does C have One Definition Rule like C++?