[all-commits] [llvm/llvm-project] 21c7bc: [libc++] Use __integer_pack to implement integer_s...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Wed Feb 28 11:33:32 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 21c7bc51e9ed2402a3a2f7a88d63cc8f5c2e303c
https://github.com/llvm/llvm-project/commit/21c7bc51e9ed2402a3a2f7a88d63cc8f5c2e303c
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M libcxx/include/__utility/integer_sequence.h
R libcxx/test/std/utilities/intseq/intseq.make/make_integer_seq_fallback.pass.cpp
R libcxx/test/std/utilities/intseq/intseq.make/make_integer_seq_fallback.verify.cpp
Log Message:
-----------
[libc++] Use __integer_pack to implement integer_sequence on GCC (#82983)
This significantly simplifies the 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