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

Update README.md and replaced std::popcount() with std::has_single_bit() #64

Merged
merged 1 commit into from
Feb 25, 2024

Conversation

mingxwa
Copy link
Collaborator

@mingxwa mingxwa commented Feb 25, 2024

Changes

  • Updated README.md with the link to the latest ISO C++ proposal.
  • Added noexcept and parameter name to the sample code in README.md.
  • Updated sample code link to Compiler Explorer.
  • In proxy.h, changed std::popcount(F::constraints.max_align) == 1u into std::has_single_bit(F::constraints.max_align) to improve readability.

@mingxwa mingxwa requested review from tian-lt and guominrui February 25, 2024 14:13
README.md Show resolved Hide resolved
@mingxwa mingxwa merged commit 9fd9a58 into microsoft:main Feb 25, 2024
4 checks passed
@mingxwa mingxwa deleted the user/mingxwa/readme branch February 25, 2024 14:18
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.

2 participants