[flat.set] [flat.multiset] [flat.map] [flat.multimap] Editorial part of LWG3802 #5923
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.
In LWG3802 I wrote:
This is that change. It is intended to be purely editorial (although possibly major/controversial). Specifically this commit is not intended to change any signatures, add or remove any signatures, nor trigger/untrigger any blanket wording based on the name of the
Allocator
/Alloc
parameter. If you see anything non-editorial, please call it out, as it's probably a typo on my part.This harmonizes the flat container adaptors' organization with
{stack,queue,priqueue}.cons.alloc
.If adopted, I expect this will also make the resolutions for LWG 3802, LWG 3803, and LWG 3804 easier to understand and apply.
I've got proposed wording for the functional part of LWG3802, based on top of this patch; see that (non-editorial) wording here: Quuxplusone@f43c4c3