-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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 constant macros in cfenv #13678
Comments
cc @kripken |
Based on the discussion there, I think this must be changed in the source code of that project. It is ok for those macros to not be defined, and I think Emscripten is correct to not define them. |
I thought it's part of C++11 standard. Can we trust this source ? |
Ok, does not look like a standard. |
Sorry, I should been spend more time reading thread. Now I got the idea. :) |
Im trying to compile POCO library.
Macros listed here:
http://www.cplusplus.com/reference/cfenv/
File in project https://github.com/emscripten-core/emscripten/blob/main/system/lib/libcxx/include/cfenv
Can those macroses be added to header?
The text was updated successfully, but these errors were encountered: