[all-commits] [llvm/llvm-project] 710664: [libc++][NFC] Don't explicitly provide propagate_o...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Mon Aug 26 09:44:38 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 710664341d72071729401d2eb86356056a3d7f46
https://github.com/llvm/llvm-project/commit/710664341d72071729401d2eb86356056a3d7f46
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2024-08-26 (Mon, 26 Aug 2024)
Changed paths:
M libcxx/include/forward_list
M libcxx/include/vector
Log Message:
-----------
[libc++][NFC] Don't explicitly provide propagate_on_container_swap when calling __swap_allocator (#105980)
`__swap_allocator` does this automatically when not providing it
explicitly, so this is just more code without any benefit.
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