mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:37:36 +00:00
AK: Bring back the AK_DONT_REPLACE_STD #define
This was removed in a910961f37d1da9dafb6385e348266746354cf98 in favour of the more general USING_AK_GLOBALLY #define, but Ladybird (and probably other projects) depend on the smaller hammer to include STL headers and keep the USING_AK_GLOBALLY behaviour, so put it back and preserve its behaviour.
This commit is contained in:
parent
16d4791212
commit
b367da592c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ requires(AK::Detail::IsIntegral<T>)
|
|||
|
||||
}
|
||||
|
||||
#if !USING_AK_GLOBALLY
|
||||
#if !USING_AK_GLOBALLY || defined(AK_DONT_REPLACE_STD)
|
||||
# define AK_REPLACED_STD_NAMESPACE AK::replaced_std
|
||||
#else
|
||||
# define AK_REPLACED_STD_NAMESPACE std
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue