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

Idx adj list #76

Merged
merged 10 commits into from
Nov 16, 2023
Merged

Idx adj list #76

merged 10 commits into from
Nov 16, 2023

Conversation

pratzl
Copy link
Collaborator

@pratzl pratzl commented Nov 16, 2023

No description provided.

…le CPO

"returning address of local variable or temporary" warnings remain and need to be tracked down
Leave EDGES_CPO #ifs until it's resolved
Replace return type of auto&& with decltype(auto) to allow both reference and value
type returns.

Warning still remains when when edges CPO enabled
Use union for value & shadow_value instead of reinterpret_cast<value_type*>(value_)
Use union for value & shadow_value instead of reinterpret_cast<value_type*>(value_)
Use union for value & shadow_value instead of reinterpret_cast<value_type*>(value_)
Use union for value & shadow_value instead of reinterpret_cast<value_type*>(value_)
Use union for value & shadow_value instead of reinterpret_cast<value_type*>(value_)

Also added ~internal_value() to all uses of internal_value to address warning/error
Use union for value & shadow_value instead of reinterpret_cast<value_type*>(value_)

Also removed meaningless double casts in pagerank tests
@pratzl pratzl merged commit ace0598 into master Nov 16, 2023
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