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

Remove char8_t define for EA_PLATFORM_APPLE #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Remove char8_t define for EA_PLATFORM_APPLE #1

wants to merge 1 commit into from

Commits on Aug 26, 2019

  1. Remove char8_t define for EA_PLATFORM_APPLE

    Using `typedef char char8_t` seems to work plenty fine for me, and I'm getting conflicts with libfmt because both libraries are trying to declare char8_t types. In fmt's case, `enum char8_t : unsigned char {};` is used after checking for the __cpp_char8_t macro. Weirdly having the conflicting types (EA's char typedef and fmt's enum) seems to work...
    Valakor authored Aug 26, 2019
    Configuration menu
    Copy the full SHA
    3d97e44 View commit details
    Browse the repository at this point in the history