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

[BUG]: variable cannot appear in its own initializer #4734

Open
2 tasks done
YvanMokwinski opened this issue Oct 21, 2024 · 1 comment
Open
2 tasks done

[BUG]: variable cannot appear in its own initializer #4734

YvanMokwinski opened this issue Oct 21, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@YvanMokwinski
Copy link

Version

24.10

Which installation method(s) does this occur on?

Source

Describe the bug.

This line of code is a non-sense:

https://github.com/rapidsai/cugraph/blob/branch-24.12/cpp/src/c_api/core_number.cpp#L79

Minimum reproducible example

No response

Relevant log output

core_number.cpp:79:75: error: variable 'degree_type' declared with deduced type 'auto' cannot appear in its own initializer
79 | auto degree_type = reinterpret_castcugraph::k_core_degree_type_t(degree_type)

Environment details

No response

Other/Misc.

No response

Code of Conduct

  • I agree to follow cuGraph's Code of Conduct
  • I have searched the open bugs and have found no duplicates for this bug report
@YvanMokwinski YvanMokwinski added ? - Needs Triage Need team to review and classify bug Something isn't working labels Oct 21, 2024
@ChuckHastings
Copy link
Collaborator

Thanks for this bug report. Will fix.

@ChuckHastings ChuckHastings self-assigned this Oct 25, 2024
@ChuckHastings ChuckHastings removed the ? - Needs Triage Need team to review and classify label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants