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

fix: remove redundancy with constexpr variables #1149

Closed
wants to merge 1 commit into from
Closed

fix: remove redundancy with constexpr variables #1149

wants to merge 1 commit into from

Commits on May 13, 2024

  1. Streamlined unicode_emoji.h

    constexpr variables are evaluated at compile time and replace each of their invokation with it's value before compilation to ASM
    both inline and const as keywords are redundant/do not do anything to constexpr variables
    0xBLAHAJ committed May 13, 2024
    Configuration menu
    Copy the full SHA
    eb3fd39 View commit details
    Browse the repository at this point in the history