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 __