mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 02:56:08 +00:00

Library feature-test macros added by P1353R0 are already implemented. - `__cpp_lib_destroying_delete` was added by ae02e8944807c7b611ca3645a983c62d464f27a4 (https://reviews.llvm.org/D55840) in LLVM 9. - `__cpp_lib_three_way_comparison` was added by #91515 in LLVM 19.