Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

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?

Implicit conversion of stream to bool

c++ c++11 language-lawyer

Class template overloading across TUs

c++ c++11 language-lawyer

Why is catching incomplete exception types by reference disallowed by the standard?

Why is a non-const rvalue move constructor called in this case?

What is the "C++ ABI Specification" referred to in GCC's manual?

Is there any guarantee on the size of an std::reference_wrapper?

Overloading (not specializing) templates in std namespace

c++ c++11 std language-lawyer

Allowed compiler optimizations on loops in C++11

c++ language-lawyer

Can a C compiler change bit representation when casting signed to unsigned?

c c99 language-lawyer