mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 07:28:11 +00:00
Revert "AK: Always inline FlyString::view()"
This reverts commit 66f15c2e0c
.
This commit is contained in:
parent
0bf597e99d
commit
f09216ac42
3 changed files with 7 additions and 2 deletions
|
@ -60,7 +60,8 @@ public:
|
|||
size_t length() const { return m_impl ? m_impl->length() : 0; }
|
||||
|
||||
ALWAYS_INLINE u32 hash() const { return m_impl ? m_impl->existing_hash() : 0; }
|
||||
ALWAYS_INLINE StringView view() const { return m_impl ? m_impl->view() : StringView {}; }
|
||||
|
||||
StringView view() const;
|
||||
|
||||
FlyString to_lowercase() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue