clang-format ctl/shared_ptr.h

Just to see if this causes the test to be rerun.
This commit is contained in:
Steven Dee (Jōshin) 2025-05-19 00:22:59 -07:00
parent db77cfee6b
commit 8da258af5c
No known key found for this signature in database

View file

@ -444,7 +444,7 @@ class weak_ptr
return *this; return *this;
} }
template <typename U> template<typename U>
requires __::shared_ptr_compatible<T, U> requires __::shared_ptr_compatible<T, U>
weak_ptr& operator=(weak_ptr<U> r) noexcept weak_ptr& operator=(weak_ptr<U> r) noexcept
{ {