mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-13 06:29:11 +00:00
clang-format ctl/shared_ptr.h
Just to see if this causes the test to be rerun.
This commit is contained in:
parent
db77cfee6b
commit
8da258af5c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue