Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-lawyer

Is the alignment of char in C (and C++) guaranteed to be 1? [duplicate]

c++ c language-lawyer

Using own class name to resolve type in a deduced context

Undefined or unspecified behaviour?

c language-lawyer standards

If structured bindings cannot be constexpr why can they be used in constexpr function?

How to prevent unused variable warning with non trivial destructor

Enum bitfield and aggregate initialization

does in c++ the conversion from unsigned int to int always preserve the bit pattern?

c++ casting language-lawyer

Can a int16_t to int conversation result in implementation-defined behavior?

Suicide object implementation leveraging `std::weak_ptr`

Manually constructing a trivial base class via placement-new

Static private function with templated type as a default argument in C++

c++ gcc language-lawyer c++17

Inheritance of copy constructors in C++17

How to achieve a StoreLoad barrier in C++11?

How does C++ free the memory when a constructor throws an exception and a custom new is used

How to access an object's storage through an aggregate

c++ language-lawyer lvalue

Constructor inheritance failure with boost::multiprecision::mpz_int

std::unordered_map<T,std::unique_ptr<U>> copyable? GCC bug?

Can't understand the declaration #3 in the Example of [basic.link]/6 C++14

Can I legally use a struct with overloaded operator() as Compare for std::upper_bound?

c++ c++11 stl language-lawyer

Events and multithreading once again