mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 22:57:35 +00:00
AK: Add BuiltinWrappers.h
The goal of this file is to enable C++ overloaded functions for standard builtin functions that we use. It contains fallback implementations for systems that do not have the builtins available.
This commit is contained in:
parent
01eefc344a
commit
548529ace4
3 changed files with 165 additions and 0 deletions
|
@ -10,6 +10,7 @@ set(AK_TEST_SOURCES
|
|||
TestBinarySearch.cpp
|
||||
TestBitCast.cpp
|
||||
TestBitmap.cpp
|
||||
TestBuiltinWrappers.cpp
|
||||
TestByteBuffer.cpp
|
||||
TestCharacterTypes.cpp
|
||||
TestChecked.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue