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

Fix unordered and ordered containers ranges for empty containers #703

Merged
merged 4 commits into from
Jan 21, 2022

Conversation

kboyarinov
Copy link
Contributor

Description

Fix for empty ordered and unordered containers range_type and const_range_type (Was #673, but commit history was corrupted)

Fixes #641

  • - git commit message contains appropriate signed-off-by string (see CONTRIBUTING.md for details)

Type of change

Choose one or multiple, leave empty if none of the other choices apply

Add respective label(s) to PR if you have permissions

  • bug fix - change which fixes an issue
  • new feature - change which adds functionality
  • tests - change in tests
  • infrastructure - change in infrastructure and CI
  • documentation - documentation update

Tests

  • added - required for new features and for some bug fixes
  • not needed

Documentation

  • updated in # - add PR number
  • needs to be updated
  • not needed

Breaks backward compatibility

  • Yes
  • No
  • Unknown

Notify the following users

List users with @ to send notifications

Other information

pavelkumbrasev
pavelkumbrasev previously approved these changes Jan 20, 2022
@kboyarinov kboyarinov merged commit 555bc87 into master Jan 21, 2022
@kboyarinov kboyarinov deleted the dev/kboyarinov/empty_ranges_for_containers_2 branch January 21, 2022 08:09
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.

empty ranges for concurrent_map and concurrent_unordered_map cause crash / assert
3 participants