[libcxx-commits] [libcxx] [libcxx][algorithm] Optimize std::stable_sort via radix sort algorithm (PR #104683)
Дмитрий Изволов via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Dec 10 22:50:05 PST 2024
izvolov wrote:
> Should code in `stable_sort.pass.cpp` be reformatted , or maybe ignored using `// clang-format off`?
Nearby tests are _almost_ formatted correctly, so I reformatted the test.
https://github.com/llvm/llvm-project/pull/104683
More information about the libcxx-commits
mailing list