mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 20:16:46 +00:00

When an allocator-aware container already defines a member type alias `__alloc_traits` for `std::allocator_traits<allocator_type>`, we should consistently use `__alloc_traits`. Mixing the usage of both `__alloc_traits` and `std::allocator_traits` can lead to inconsistencies and confusion.