diff --git a/AK/String.h b/AK/String.h index b69cf95fd50..58047b4ebd3 100644 --- a/AK/String.h +++ b/AK/String.h @@ -29,8 +29,8 @@ namespace Detail { class StringData; } -// FIXME: Remove this when Apple Clang and OpenBSD Clang fully supports consteval. -#if defined(AK_OS_MACOS) || defined(AK_OS_OPENBSD) +// FIXME: Remove this when OpenBSD Clang fully supports consteval. +#if defined(AK_OS_OPENBSD) # define AK_SHORT_STRING_CONSTEVAL constexpr #else # define AK_SHORT_STRING_CONSTEVAL consteval