mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:37:47 +00:00
AK: Remove strtoull dependency from format.
This function is not avaliable in the kernel. In the future it would be nice to have some sort of <charconv> header that does this for all integer types and then call it in strtoull and et cetera. The difference would be that this function say 'from_chars' would return an Optional and not just interpret anything invalid as zero.
This commit is contained in:
parent
7ba7b72736
commit
4fcdc19b14
3 changed files with 12 additions and 3 deletions
|
@ -209,6 +209,7 @@ set(AK_SOURCES
|
|||
../AK/StringUtils.cpp
|
||||
../AK/StringView.cpp
|
||||
../AK/Time.cpp
|
||||
../AK/Format.cpp
|
||||
)
|
||||
|
||||
set(ELF_SOURCES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue