Skip to content

fix: add fallback for environments missing bit operations support#249

Merged
nfrechette merged 1 commit into
nfrechette:developfrom
kkawachi:develop
Apr 14, 2026
Merged

fix: add fallback for environments missing bit operations support#249
nfrechette merged 1 commit into
nfrechette:developfrom
kkawachi:develop

Conversation

@kkawachi

Copy link
Copy Markdown
Contributor

Ensured RTM_NO_BIT_CAST is defined when header is unavailable. This prevents build failures in C++20 environments that do not support standard bit operations.

Ensured RTM_NO_BIT_CAST is defined when <bit> header is unavailable. This prevents build failures in C++20 environments that do not support standard bit operations.
@CLAassistant

CLAassistant commented Apr 11, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@nfrechette

Copy link
Copy Markdown
Owner

Looks great! Thank you for the contribution. I wasn't aware of that feature detection macro, it is indeed a perfect fit.
Once CI passes, I'll merge this.

@nfrechette nfrechette merged commit bc5dd4e into nfrechette:develop Apr 14, 2026
54 checks passed
@kkawachi

Copy link
Copy Markdown
Contributor Author

Thank you!

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.

3 participants