From 512d026de016f2720060d264adec02e56123851d Mon Sep 17 00:00:00 2001 From: Dominick Allen Date: Thu, 24 Oct 2024 09:04:35 -0500 Subject: As always, formatting is a pain. --- include/fud_string_view.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/fud_string_view.hpp') diff --git a/include/fud_string_view.hpp b/include/fud_string_view.hpp index 0852645..2ced639 100644 --- a/include/fud_string_view.hpp +++ b/include/fud_string_view.hpp @@ -103,6 +103,8 @@ struct StringView { size_t m_length{0}; const utf8* m_data{nullptr}; + + auto operator<=>(const StringView& rhs) const noexcept = default; }; } // namespace fud -- cgit v1.2.3