[2026-03 LWG Motion 20] P4022R0 Remove try_append_range from inplace_vector for now#8896
Merged
Merged
Conversation
1645dbb to
f074e2f
Compare
f074e2f to
ebd8d57
Compare
ebd8d57 to
517af1e
Compare
Fixes NB PL 006 (C++26 CD). Editorial note: The paper erroneously requests changing the feature test macro __cpp_lib_constexpr_inplace_vector, when in fact the macro that is affected is __cpp_lib_inplace_vector. However, that latter macro was already changed by paper P3981R2 from LWG Motion 19, and even though this paper removes part of the affected features from inplace_vector, other parts that were also affected by P3981R2 remain, and thus that paper's change of the macro remains justified. Therefore, this change does not modify any feature test macros at all.
517af1e to
3b32f3a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #8854
Also fixes cplusplus/papers#2655