clang-format

This commit is contained in:
Steven Dee (Jōshin) 2024-08-29 09:10:12 -07:00
parent 47e4f60cf1
commit 206bdb76b2
No known key found for this signature in database

View file

@ -154,7 +154,7 @@ class shared_emplace : public shared_ref
} }
}; };
template <typename T, typename U> template<typename T, typename U>
concept shared_ptr_compatible = is_convertible_v<U*, T*>; concept shared_ptr_compatible = is_convertible_v<U*, T*>;
} // namespace __ } // namespace __