mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 10:01:13 +09:00
AK: Allow inlining more string functions
This commit is contained in:
parent
ed0068d04d
commit
a4f320c76b
Notes:
sideshowbarker
2024-07-18 16:58:40 +09:00
Author: https://github.com/gunnarbeutner
Commit: a4f320c76b
Pull-request: https://github.com/SerenityOS/serenity/pull/7716
4 changed files with 17 additions and 24 deletions
|
@ -73,11 +73,6 @@ FlyString::FlyString(StringView const& string)
|
|||
}
|
||||
}
|
||||
|
||||
FlyString::FlyString(const char* string)
|
||||
: FlyString(static_cast<String>(string))
|
||||
{
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
Optional<T> FlyString::to_int() const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue