mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
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:
Notes:
github-actions[bot]
2024-07-31 00:39:22 +00:00
Author: https://github.com/ADKaster Commit: https://github.com/LadybirdBrowser/ladybird/commit/45301e81694 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/821
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user