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

Include <algorithm> in muParserTemplateMagic.h #137

Merged
merged 1 commit into from
Mar 9, 2024

Conversation

haraldkl
Copy link
Contributor

@haraldkl haraldkl commented Mar 4, 2024

The NEC compiler (https://sxauroratsubasa.sakura.ne.jp/Documentation) complains that std::min is not known here. Adding the include for algorithm, where it is defined (https://en.cppreference.com/w/cpp/algorithm/min) resolves the issue and lets muParser successfully compile with it.

The NEC compiler (https://sxauroratsubasa.sakura.ne.jp/Documentation) complains that std::min is not known here. Adding the include for algorithm, where it is defined (https://en.cppreference.com/w/cpp/algorithm/min) resolves the issue.
@beltoforion beltoforion merged commit f03fdef into beltoforion:master Mar 9, 2024
3 of 4 checks passed
@haraldkl haraldkl deleted the algorithm-include branch March 12, 2024 07:59
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