[clang] Update std symbols mapping (PR #113612)

Vadim D. via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 26 01:16:46 PDT 2024


================
@@ -598,7 +598,6 @@ SYMBOL(aligned_union_t, std::, <type_traits>)
 SYMBOL(alignment_of, std::, <type_traits>)
 SYMBOL(alignment_of_v, std::, <type_traits>)
 SYMBOL(all_of, std::, <algorithm>)
-SYMBOL(allocate_at_least, std::, <memory>)
----------------
vvd170501 wrote:

Was replaced with `std::allocator_traits<>::allocate_at_least` in [P2652R2](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2652r2.html)

https://github.com/llvm/llvm-project/pull/113612


More information about the cfe-commits mailing list