diff options
author | Peng Liu <winner245@hotmail.com> | 2025-03-19 12:23:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-19 12:23:35 -0400 |
commit | 617646ab8d148ab51e8b94ccc0a40af2fc6c3dcf (patch) | |
tree | d647c9e685e6a5a17ea5a047c7f6bcb76f70f6ef /clang/lib/CodeGen/ModuleBuilder.cpp | |
parent | 99997d717bee23fd9d3a1aec87f7066156b668fc (diff) | |
download | llvm-617646ab8d148ab51e8b94ccc0a40af2fc6c3dcf.zip llvm-617646ab8d148ab51e8b94ccc0a40af2fc6c3dcf.tar.gz llvm-617646ab8d148ab51e8b94ccc0a40af2fc6c3dcf.tar.bz2 |
[libc++] Use __alloc_traits in <deque> whenever it is available for consistency (#126595)
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.
Diffstat (limited to 'clang/lib/CodeGen/ModuleBuilder.cpp')
0 files changed, 0 insertions, 0 deletions