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

#150 Covered a missing branch in ordered_map class #153

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

fktn-k
Copy link
Owner

@fktn-k fktn-k commented Oct 17, 2023

I have modified a unit test case to cover a missing branch path in const version of ordered_map::at().
I guess this is a bug but I made a workaround without modifying any public API.
Backward compatibility is, of course, still guranteed.

@fktn-k fktn-k added the improvement refactoring or optimization without public API changes label Oct 17, 2023
@fktn-k fktn-k added this to the Release v0.1.2 milestone Oct 17, 2023
@fktn-k fktn-k self-assigned this Oct 17, 2023
@fktn-k fktn-k merged commit bb7c2a1 into develop Oct 17, 2023
103 checks passed
@fktn-k fktn-k deleted the feature/150_add_missing_ordered_map_test branch October 17, 2023 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement refactoring or optimization without public API changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant