Everywhere: Remove AK_DONT_REPLACE_STD macro

Let's just always include `<utility>`. Placing our own incompatible with
the STL declaration of these functions in AK was always fishy to begin
with.
This commit is contained in:
Andrew Kaster
2024-07-24 18:27:18 -06:00
parent cb7402bc69
commit 45301e8169
Notes: github-actions[bot] 2024-07-31 00:39:22 +00:00
27 changed files with 4 additions and 86 deletions

View File

@@ -67,7 +67,6 @@ if (HAIKU)
add_compile_definitions(__USE_GNU)
endif()
add_compile_definitions(AK_DONT_REPLACE_STD)
add_cxx_compile_options(-Wno-expansion-to-defined)
add_cxx_compile_options(-Wno-user-defined-literals)