-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
_finite and _isnan are no members of "std" #808
Comments
those are defined, but not in the std namespace. |
MSVC tests succeed with MSVC 2015 and 2017y which version are you using? |
I am using MS Visual Studio Community 2017 with the newest update and WindowsSDK 10.0.15063.0 It does work tho when i remove the namespace |
Do you compile the test suite or some custom code? |
Strangely, the error message mentions |
I would check your include files for something like
|
it is defined. but not in the std namespace. It works when i remove the std namespace in those lines. Also on of our other devs do have the issue aswell, while an other one doesn't. |
If you have those defines, then the code that calls |
std::isfinite is NOT defined |
The preprocessor doesn't care about the |
This seems not to be an issue of the library. |
The text was updated successfully, but these errors were encountered: