From 206bdb76b2ef4ed5422cd73fc3e5c74a8a275657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven=20Dee=20=28J=C5=8Dshin=29?= Date: Thu, 29 Aug 2024 09:10:12 -0700 Subject: [PATCH] clang-format --- 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 a55fe0cf6..619e7b283 100644 --- a/ctl/shared_ptr.h +++ b/ctl/shared_ptr.h @@ -154,7 +154,7 @@ class shared_emplace : public shared_ref } }; -template +template concept shared_ptr_compatible = is_convertible_v; } // namespace __