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

deque: Add nodiscard attribute to create* API #410

Merged
merged 1 commit into from
Apr 2, 2024
Merged

Conversation

stotko
Copy link
Owner

@stotko stotko commented Apr 2, 2024

In #409 the [[nodiscard]] attribute has been added to the create* API. However, deque has been accidentally missed out. Also add the attribute for this class to fix this oversight.

@stotko stotko added the bug label Apr 2, 2024
@stotko stotko added this to the 2.0.0 milestone Apr 2, 2024
Copy link

codecov bot commented Apr 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.33%. Comparing base (ac5b1f7) to head (1d44bd9).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #410      +/-   ##
==========================================
- Coverage   97.37%   97.33%   -0.04%     
==========================================
  Files          31       31              
  Lines        2512     2512              
==========================================
- Hits         2446     2445       -1     
- Misses         66       67       +1     

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

@stotko stotko merged commit 7b65f81 into master Apr 2, 2024
60 of 61 checks passed
@stotko stotko deleted the nodiscard_deque branch April 2, 2024 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant