[all-commits] [llvm/llvm-project] 8cb03a: [libc++][NFC] Refactor __is_allocator to be a vari...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Wed Sep 24 01:41:51 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8cb03a05ff18834cc452277718fecd2e87b623f0
https://github.com/llvm/llvm-project/commit/8cb03a05ff18834cc452277718fecd2e87b623f0
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2025-09-24 (Wed, 24 Sep 2025)
Changed paths:
M libcxx/include/__flat_map/flat_map.h
M libcxx/include/__flat_map/flat_multimap.h
M libcxx/include/__flat_set/flat_multiset.h
M libcxx/include/__flat_set/flat_set.h
M libcxx/include/__type_traits/is_allocator.h
M libcxx/include/__vector/vector.h
M libcxx/include/deque
M libcxx/include/forward_list
M libcxx/include/list
M libcxx/include/map
M libcxx/include/module.modulemap.in
M libcxx/include/queue
M libcxx/include/set
M libcxx/include/sstream
M libcxx/include/stack
M libcxx/include/string
M libcxx/include/unordered_map
M libcxx/include/unordered_set
M libcxx/test/libcxx/memory/is_allocator.pass.cpp
Log Message:
-----------
[libc++][NFC] Refactor __is_allocator to be a variable template (#159584)
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