[all-commits] [llvm/llvm-project] 9c7727: [libc++][C++03] remove unused macro in __config (#...
Un1q32 via All-commits
all-commits at lists.llvm.org
Wed Sep 3 09:31:42 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c7727c62af0b366358df9e030f5cde659422eb2
https://github.com/llvm/llvm-project/commit/9c7727c62af0b366358df9e030f5cde659422eb2
Author: Un1q32 <joey.t.reinhart at gmail.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M libcxx/include/__cxx03/__config
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list