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: Add <limits> to Execute.h #360

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Conversation

mray271
Copy link
Contributor

@mray271 mray271 commented Dec 8, 2024

Fixes the error of

nedit-ng/Regex/Execute.cpp:137:62: error: ‘numeric_limits’ is not a member of ‘std’
  137 |         const uint32_t max_cmp      = (max > 0) ? max : std::numeric_limits<uint32_t>::max();
      |                                                              ^~~~~~~~~~~~~~

@eteran
Copy link
Owner

eteran commented Dec 9, 2024

Thanks!

@eteran eteran merged commit bbe581b into eteran:master Dec 9, 2024
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.

2 participants