The post-conditions for the self move assignment of std::unique_ptr
were changed. This requires no implementation changes. A test was added
to validate the new post-conditions.
Addresses
- LWG-3455: Incorrect Postconditions on unique_ptr move assignment