From 8da258af5cee27c45db748f8ef7f5fe59402454b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven=20Dee=20=28J=C5=8Dshin=29?= Date: Mon, 19 May 2025 00:22:59 -0700 Subject: [PATCH] clang-format ctl/shared_ptr.h Just to see if this causes the test to be rerun. --- ctl/shared_ptr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctl/shared_ptr.h b/ctl/shared_ptr.h index 5db5ec01c..8aac68070 100644 --- a/ctl/shared_ptr.h +++ b/ctl/shared_ptr.h @@ -444,7 +444,7 @@ class weak_ptr return *this; } - template + template requires __::shared_ptr_compatible weak_ptr& operator=(weak_ptr r) noexcept {