mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
AK: Allow inlining more string functions
This commit is contained in:
committed by
Andreas Kling
parent
ed0068d04d
commit
a4f320c76b
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user