[all-commits] [llvm/llvm-project] 67752f: [libc++] Simplify vector<bool>::__construct_at_end...
Peng Liu via All-commits
all-commits at lists.llvm.org
Wed Jan 29 08:47:20 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 67752f61917994e4daa6f5d30e39e237c26a73de
https://github.com/llvm/llvm-project/commit/67752f61917994e4daa6f5d30e39e237c26a73de
Author: Peng Liu <winner245 at hotmail.com>
Date: 2025-01-29 (Wed, 29 Jan 2025)
Changed paths:
M libcxx/include/__vector/vector_bool.h
Log Message:
-----------
[libc++] Simplify vector<bool>::__construct_at_end (#119632)
This patch simplifies the implementation of `__construct_at_end` in
`vector<bool>`, which currently contains duplicate initialization logic
across its two overloads.
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