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

unordered_map,unordered_set: Extend support for custom execution policies #450

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

stotko
Copy link
Owner

@stotko stotko commented Nov 20, 2024

Although all containers received support for custom execution_policys, this support is complete due to a left-over synchronous memcpy. Fortunately, this limitation has been resolved. Extend the support for unordered_map and unordered_set accordingly to fill some of the remaining holes.

Partially addresses #351

@stotko stotko added this to the 2.0.0 milestone Nov 20, 2024
@stotko stotko force-pushed the unordered_map_set_extended_execution_policy branch from a2e132c to c9ec551 Compare November 20, 2024 08:12
Copy link

codecov bot commented Nov 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.96%. Comparing base (0a5a408) to head (6ce26f2).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #450      +/-   ##
==========================================
+ Coverage   96.93%   96.96%   +0.03%     
==========================================
  Files          33       33              
  Lines        2672     2703      +31     
==========================================
+ Hits         2590     2621      +31     
  Misses         82       82              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.


🚨 Try these New Features:

@stotko stotko force-pushed the unordered_map_set_extended_execution_policy branch from c9ec551 to cec9326 Compare November 20, 2024 08:23
@stotko stotko force-pushed the unordered_map_set_extended_execution_policy branch from cec9326 to 6ce26f2 Compare November 20, 2024 08:52
@stotko stotko merged commit 563dc59 into master Nov 20, 2024
61 checks passed
@stotko stotko deleted the unordered_map_set_extended_execution_policy branch November 20, 2024 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant