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

El rng #86

Merged
merged 3 commits into from
Jan 15, 2024
Merged

El rng #86

merged 3 commits into from
Jan 15, 2024

Conversation

pratzl
Copy link
Collaborator

@pratzl pratzl commented Jan 15, 2024

No description provided.

…ariable

_detail::ref_to_ptr<graph_type&> isn't needed because there's no potential function being stored (as with value).
Using it causes problems when passing it to CPOs because it's no longer a simple reference to the graph

Applied to incidence, neighbors, edgelist view
Use size_t for vertex_id type in examples_tests to avoid warnings
Remove Stack as template parameter because it's no longer in P1709
This allows removal of public dfs_element
Copy link

codecov bot commented Jan 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3f33630) 98.09% compared to head (4eaec64) 98.10%.
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #86      +/-   ##
==========================================
+ Coverage   98.09%   98.10%   +0.01%     
==========================================
  Files          36       37       +1     
  Lines        3774     3801      +27     
==========================================
+ Hits         3702     3729      +27     
  Misses         72       72              

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

@pratzl pratzl merged commit b8069f8 into master Jan 15, 2024
5 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.

1 participant