Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Understanding the example on lvalue-to-rvalue conversion

casting pointer to array into pointer

c language-lawyer

Is typename required or not here?

How to determine if two side effects on a assignment are unsequenced?

Will C++ lambda really make copies of parameters captured by copy?

Handing over locked std::unique_lock to new threads

Is `volatile` enough to allow the compiler to handle machine registers with side-effects on read?

c embedded language-lawyer

C++ standard: ODR and constexpr std::string_view

Is it allowed to overload operator+ for a standard library type and a built-in type?

Are new C++17 [[nodiscard]] warnings since Visual Studio 15.6.2 compiler update standards-compliant?

Can't compile with static constexpr under pre-C++17 mode

constexpr and undefined behavior

Is it safe to do something like foo(x, &x)?

Why not all the standard headers are preceded with std prefix?

c language-lawyer naming c11 c17

Are all non-member function pointers the same size in C++

A compiling example of the hiding mentioned in the Note in [over.unary]/2

static_cast'd pointer value

Is it allowed to initialize array recursively? [duplicate]

Execution order of operator new and argument of constructor

Why can't C++ deduce T in a call to Foo<T>::Foo(T&&)?