Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Destruction Order of Meyers Singletons

c++ language-lawyer

C++ why the type of parameter of atomic_load is pointer instead of reference?

c++ c++11 stl language-lawyer

What's the purpose of layout-compatible types?

Why is it illegal to bind an r-value to a const l-value reference in special member functions?

Can reinterpret_cast (or any cast) convert xvalues to lvalues?

extern declaration, T* v/s T[]

C++ Is constructing object twice using placement new undefined behaviour?

Is it safe in C++ to subtract from container.end()?

May placement `new` rely on underlying storage value?

Why overloaded operator== for std::weak_ptr instantiated with type defined in namespace can't be found?

Is not matching a template<typename...> to template<typename> a defect?

Are copy constructors defined implicitly always, or only when they are used?

braced-init-list and unsigned types

What is "namespace cleanliness", and how does glibc achieve it?

c posix language-lawyer libc

Invoking `constexpr` member function through reference - clang vs gcc

C++ strict aliasing when not using pointer returned by placement new

Static Variable Declaration (C)

Is the following use of const_cast undefined behavior? [duplicate]

c++ language-lawyer

Implicit synchronization when creating/joining threads

Is `export { foo as default }` valid ES2015?