Skip to content

cannot compile with MSVC2019 #25

Description

@arnholm

I would like to report a bug:

I tried to build with MSVC2019 but it failed because of extensive use of 'or' instead of '||' and 'and' instead of '&&'

To make this work, you need to include header:
#include <iso646.h>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions