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

Replace til::bit_cast with std::bit_cast #16948

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Conversation

lhecker
Copy link
Member

@lhecker lhecker commented Mar 27, 2024

The former was introduced when we were still using C++17.
We're using C++20 now so it's not needed anymore.

@lhecker lhecker added the Area-CodeHealth Issues related to code cleanliness, linting, rules, warnings, errors, static analysis, etc. label Mar 27, 2024
@zadjii-msft zadjii-msft enabled auto-merge March 28, 2024 18:38
@zadjii-msft zadjii-msft added this pull request to the merge queue Mar 28, 2024
Merged via the queue into main with commit 0f81ac4 Mar 28, 2024
20 checks passed
@zadjii-msft zadjii-msft deleted the dev/lhecker/til-bitcast branch March 28, 2024 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-CodeHealth Issues related to code cleanliness, linting, rules, warnings, errors, static analysis, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants