-
Notifications
You must be signed in to change notification settings - Fork 20
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
Does not compile on Cygwin #2
Comments
Get a compliant development environment?
|
[imprecations redacted] I wouldn't blame Cygwin entirely—newlib actually does define the C99 functions that At any rate, I'm currently implementing a workaround. ^____^ I'm going to shoehorn in Cygwin support, whether you like it or not. |
If you can, please post a bug report and a patch to gcc - we try to keep up ;-) |
You can't close an issue unless there's a pull request or merge. |
Closing this because it was reopened in error (see c7bb5e6). |
"origin/core/type.hpp" uses the C++ standard library function
std::to_string()
, which, along with all the other numeric conversion functions (e.g.std::stoi()
,std::stol()
,std::stoul()
, etc.) is not defined by libstdc++ on Cygwin (see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61580#c3).The text was updated successfully, but these errors were encountered: