[all-commits] [llvm/llvm-project] 6e402f: [libc++] Support `constexpr` for `std::stable_sort...
Дмитрий Изволов via All-commits
all-commits at lists.llvm.org
Thu Feb 6 00:07:47 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e402f5121e87e82fa686046c867ef67d4b4b851
https://github.com/llvm/llvm-project/commit/6e402f5121e87e82fa686046c867ef67d4b4b851
Author: Дмитрий Изволов <dmitriy at izvolov.ru>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M libcxx/include/__algorithm/radix_sort.h
M libcxx/include/__algorithm/stable_sort.h
M libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/stable_sort.pass.cpp
Log Message:
-----------
[libc++] Support `constexpr` for `std::stable_sort` in radix sort branch (#125284)
`std::stable_sort` is `constexpr` since PR
https://github.com/llvm/llvm-project/pull/110320
But `radix_sort` branch is still non-`constexpr`.
This PR fixes it.
#119394
#105360
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