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

Missing header #103

Closed
OgreTransporter opened this issue Sep 3, 2020 · 1 comment
Closed

Missing header #103

OgreTransporter opened this issue Sep 3, 2020 · 1 comment

Comments

@OgreTransporter
Copy link

I get the following error when compiling with Visual Studio 2017:

1>D:\muparserX\src\parser\mpTokenReader.cpp(242): error C2039: "isgraph": Ist kein Element von "std"

To fix the error you have to add #include <cctype> after #include <cassert>

roalz pushed a commit to roalz/muparserx that referenced this issue Mar 8, 2021
beltoforion pushed a commit that referenced this issue Mar 12, 2021
fix issue #103 - Missing <cctype> header
@roalz
Copy link

roalz commented Apr 7, 2021

I think this issue can be closed now

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

No branches or pull requests

3 participants