You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
"compatability.h" is a file made to fix GCC compiler versions
before 4.8 due to flag (MinGW) and newlib (Cygwin) issues
(std::to_string was not provided)
As current minimal GCC version supported is 5.3, most code
in the file regarding MinGW is not used.
After extensive googling I have found several mentions of
CygWin not giving the error with -std=c++11 and -std=c++14
flags. (later of which is what is used in this codebase)
Describe the solution you'd like
Some testing needed whether whole file, parts of it or at least Cygwin build
flag can be deleted.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not 'bump' or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered.
This issue has been automatically closed due to lack of activity. This does not mean that we do not value the issue. Feel free to request that it be re-opened if you are going to actively work on it
Is your feature request related to a problem? Please describe.
"compatability.h" is a file made to fix GCC compiler versions
before 4.8 due to flag (MinGW) and newlib (Cygwin) issues
(std::to_string was not provided)
As current minimal GCC version supported is 5.3, most code
in the file regarding MinGW is not used.
After extensive googling I have found several mentions of
CygWin not giving the error with
-std=c++11
and-std=c++14
flags. (later of which is what is used in this codebase)
Describe the solution you'd like
Some testing needed whether whole file, parts of it or at least Cygwin build
flag can be deleted.
The text was updated successfully, but these errors were encountered: