let PointerValue::invalidate() be noexcept
Summary: `PointerValue::invalidate()` is called from `Pointer` destructor, which is implicitly `noexcept`, and from `Pointer` move-assignment operator, which is now `noexcept`. Differential Revision: D65271399
Please register or sign in to comment