Skip to content

Conversation

davebayer
Copy link
Contributor

No description provided.

@davebayer davebayer requested a review from a team as a code owner October 15, 2025 16:44
@davebayer davebayer requested a review from wmaxey October 15, 2025 16:44
@github-project-automation github-project-automation bot moved this to Todo in CCCL Oct 15, 2025
@cccl-authenticator-app cccl-authenticator-app bot moved this from Todo to In Review in CCCL Oct 15, 2025
// NOTE: if you get a warning from GCC <7 here that "literal operator suffixes not preceded by ‘_’ are reserved for
// future standardization" then we are sorry. The warning was implemented before GCC 7, but can only be disabled since
// GCC 7. See also: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69523
_CCCL_API constexpr complex<long double> operator""il(long double __im)
Copy link
Contributor

Choose a reason for hiding this comment

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

my understanding is that we don't support GCC <7, we can get rid of

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah

Comment on lines +24 to +26
// gcc < 8 warns about it's extended literals being shadowed by the implementation, so let's just disable the complex
// literals
#if !_CCCL_COMPILER(GCC, <, 8)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I had to disable the literals for gcc 7 and older..

@davebayer davebayer requested review from fbusato and miscco October 15, 2025 17:39
@davebayer
Copy link
Contributor Author

/ok to test 37aa7fe

@davebayer davebayer enabled auto-merge (squash) October 15, 2025 17:52
Copy link
Contributor

🥳 CI Workflow Results

🟩 Finished in 4h 43m: Pass: 100%/84 | Total: 1d 10h | Max: 2h 47m | Hits: 85%/212114

See results here.

@davebayer davebayer merged commit b25d107 into NVIDIA:main Oct 15, 2025
96 checks passed
@github-project-automation github-project-automation bot moved this from In Review to Done in CCCL Oct 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants