[all-commits] [llvm/llvm-project] d80766: [libc++] Fix bitset conversion functions and refac...
Peng Liu via All-commits
all-commits at lists.llvm.org
Tue Jun 24 09:38:31 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d80766152c496ca7a0991486e35aa8ed52d0e422
https://github.com/llvm/llvm-project/commit/d80766152c496ca7a0991486e35aa8ed52d0e422
Author: Peng Liu <winner245 at hotmail.com>
Date: 2025-06-24 (Tue, 24 Jun 2025)
Changed paths:
M libcxx/include/bitset
M libcxx/test/std/utilities/template.bitset/bitset.members/to_ullong.pass.cpp
M libcxx/test/std/utilities/template.bitset/bitset.members/to_ulong.pass.cpp
Log Message:
-----------
[libc++] Fix bitset conversion functions and refactor constructor (#121348)
This patch addresses several implementation issues in `bitset`'s
conversion functions `to_ullong` and `to_ulong`, and refactors its
converting constructor `__bitset(unsigned long long __v)` to a more
generic and elegant implementation.
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