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

src: convert all endian checks to constexpr #52974

Merged
merged 1 commit into from
May 25, 2024

Commits on May 13, 2024

  1. src: convert all endian checks to constexpr

    This is finally possible in C++20 without having to rely on
    compiler-defined macros, assuming none of our supported platforms are
    mixed-endian.
    
    Refs: nodejs#44411
    tniessen committed May 13, 2024
    Configuration menu
    Copy the full SHA
    7387c59 View commit details
    Browse the repository at this point in the history