Skip to content

Conversation

@jamesETsmith
Copy link

Summary

This PR is a follow up to #68494 and adds a bullet in the libc++ 21 release notes saying that std::ranges::iota is implemented and links to the GitHub PR. Thanks to @Zingam for catching that it should be in the release notes.

@jamesETsmith jamesETsmith requested a review from a team as a code owner April 5, 2025 23:07
@llvmbot llvmbot added the libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. label Apr 5, 2025
@llvmbot
Copy link
Member

llvmbot commented Apr 5, 2025

@llvm/pr-subscribers-libcxx

Author: James E T Smith (jamesETsmith)

Changes

Summary

This PR is a follow up to #68494 and adds a bullet in the libc++ 21 release notes saying that std::ranges::iota is implemented and links to the GitHub PR. Thanks to @Zingam for catching that it should be in the release notes.


Full diff: https://github.com/llvm/llvm-project/pull/134511.diff

1 Files Affected:

  • (modified) libcxx/docs/ReleaseNotes/21.rst (+1)
diff --git a/libcxx/docs/ReleaseNotes/21.rst b/libcxx/docs/ReleaseNotes/21.rst
index 7af109ddc8657..fdc4fd1fa70b9 100644
--- a/libcxx/docs/ReleaseNotes/21.rst
+++ b/libcxx/docs/ReleaseNotes/21.rst
@@ -45,6 +45,7 @@ Implemented Papers
 - P2562R1: ``constexpr`` Stable Sorting (`Github <https://github.com/llvm/llvm-project/issues/105360>`__)
 - P1222R4: A Standard ``flat_set`` is partially implemented and ``flat_set`` is provided (`Github <https://github.com/llvm/llvm-project/issues/105193>`__)
 - P0472R3: Put std::monostate in <utility> (`Github <https://github.com/llvm/llvm-project/issues/127874>`__)
+- P2440R1: Implemented ``std::ranges::iota`` (`Github <https://github.com/llvm/llvm-project/pull/68494>`__)
 
 Improvements and New Features
 -----------------------------

@philnik777
Copy link
Contributor

We usually only release-note completed papers.

@jamesETsmith
Copy link
Author

@philnik777 ah ok, that makes sense. I can close this then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants