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

Avoid invoking regex on win32 #3

Merged
merged 2 commits into from May 13, 2024
Merged

Avoid invoking regex on win32 #3

merged 2 commits into from May 13, 2024

Conversation

ethomson
Copy link
Member

No description provided.

Windows doesn't have a regex library (or regex.h) by default. Don't try
to compile it in unless `XDL_REGEX` is defined. Otherwise, error with
`REG_ASSERT` if the regex functionality is attempted to be used.
@ethomson ethomson merged commit 77b9f1b into main May 13, 2024
3 checks passed
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.

None yet

1 participant