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

Enhance the support of std::vector and std::array in the rvs mode #1101

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

gojakuch
Copy link
Collaborator

Fixes: #1081

Copy link
Contributor

clang-tidy review says "All clean, LGTM! 👍"

Copy link

codecov bot commented Sep 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.26%. Comparing base (fd2ac31) to head (6fbb7f0).
Report is 2 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1101      +/-   ##
==========================================
+ Coverage   94.25%   94.26%   +0.01%     
==========================================
  Files          55       55              
  Lines        8445     8445              
==========================================
+ Hits         7960     7961       +1     
+ Misses        485      484       -1     

see 1 file with indirect coverage changes

see 1 file with indirect coverage changes

@gojakuch gojakuch requested a review from vgvassilev September 18, 2024 14:57
Copy link
Owner

@vgvassilev vgvassilev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@vgvassilev vgvassilev merged commit b9a390d into vgvassilev:master Sep 18, 2024
90 checks passed
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.

Add support for std::vector::size()
2 participants