You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[libc++][C++03] remove unused macro in __config (#156609)
The only place this macro was used was in `__memory/aligned_alloc.h`,
but the code that used this macro also checked for C++17 so it was
removed, now this macro is never used.
0 commit comments