Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Where exactly does C++ standard say dereferencing an uninitialized pointer is undefined behavior?

Why are std::future and std::promise not final?

Why does typeof only sometimes throw ReferenceError?

Are identically named members of unnamed structs in a union an error or a GCC bug?

c++ gcc language-lawyer

Function-local static initialization during program exit

Why does sizeof(D) equal 2 in this code (see details)? [duplicate]

c++ language-lawyer

What section of the C++ standard requires that set::erase calls destructors promptly

Why 'constexpr' parameters are not allowed?

Is operator<<(ostream&, obj) on two different streams thread safe?

Extending the life of a temporary object by getting a reference to a subobject

Is copy/move elision allowed when returning *&object?

c++ language-lawyer

Template member of a non-template class as a friend

Why does `std::basic_ios` have a public constructor?

c++ stream language-lawyer

Is function pointer comparison in a constexpr function allowed?

Is double-checked locking thread-safe in Python?

Can the order of std::shuffle depend on anything but the RNG?

c++ random language-lawyer

How am I misunderstanding the C++ standard regarding "trivially copyable"?

c++ language-lawyer

Is the name of a non-static-member dependent when used within a non-static member function?

Syntax ambiguities of C++

In C, how do I make sure that a memory load is performed only once?

c language-lawyer