Skip to content

fixed cfoa range insert functions to return the number of elements inserted instead of the size of the input range#344

Merged
joaquintides merged 4 commits intodevelopfrom
fix/range_insert_return_value
Feb 14, 2026
Merged

fixed cfoa range insert functions to return the number of elements inserted instead of the size of the input range#344
joaquintides merged 4 commits intodevelopfrom
fix/range_insert_return_value

Conversation

@joaquintides
Copy link
Member

Fixes #343.

@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://344.unordered.prtest2.cppalliance.org/libs/unordered/doc/html/index.html

If more commits are pushed to the pull request, the docs will rebuild at the same URL.

2026-02-14 09:11:39 UTC

@joaquintides joaquintides merged commit b00e7c4 into develop Feb 14, 2026
130 of 132 checks passed
@joaquintides joaquintides deleted the fix/range_insert_return_value branch February 14, 2026 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Range insertion for concurrent containers does not return the number inserted, but rather the range's size

2 participants

Comments