diff options
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 |