diff options
author | Dominick Allen <djallen@librehumanitas.org> | 2024-10-24 09:04:35 -0500 |
---|---|---|
committer | Dominick Allen <djallen@librehumanitas.org> | 2024-10-24 09:04:35 -0500 |
commit | 512d026de016f2720060d264adec02e56123851d (patch) | |
tree | 2c48965d968db70e37ae82e287dc80bd205b2d4a /include/fud_string_view.hpp | |
parent | 5cc7cbc3704ec255eb5d0ac53b2cc0fcb1221d63 (diff) |
As always, formatting is a pain.
Diffstat (limited to 'include/fud_string_view.hpp')
-rw-r--r-- | include/fud_string_view.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 |