Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

P2562R1: constexpr Stable Sorting #105360

Open
ldionne opened this issue Aug 20, 2024 · 1 comment
Open

P2562R1: constexpr Stable Sorting #105360

ldionne opened this issue Aug 20, 2024 · 1 comment
Labels
c++26 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. wg21 paper Issues representing the implementation of a WG21 paper

Comments

@ldionne
Copy link
Member

ldionne commented Aug 20, 2024

Link: https://wg21.link/P2562R1

@ldionne ldionne added c++26 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. wg21 paper Issues representing the implementation of a WG21 paper labels Aug 20, 2024
@PaulXiCao
Copy link
Contributor

This paper consists of multiple parts. I will work on them sequentially in separate mrs.

  • constexpr std::stable_sort: [libc++][C++26] P2562R1: constexpr Stable Sorting #110320
  • constexpr std::ranges::stable_sort
  • constexpr std::stable_partition
  • constexpr std::ranges::stable_partition
  • constexpr std::inplace_merge
  • constexpr std::ranges::inplace_merge
  • bump __cpp_lib_constexpr_algorithms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++26 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. wg21 paper Issues representing the implementation of a WG21 paper
Projects
Status: Todo
Development

No branches or pull requests

2 participants