-
Notifications
You must be signed in to change notification settings - Fork 1
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
Need to set old C++ standard on recent Debian platforms. #1
Comments
I think this is the long-term fix:
|
Thanks Martin, with the following patch, the code compiles as well as with the previous patch.
Unfortunately, in both cases the
The segmentation fault does not happen on a computer using GCC version 4.9.4, where the code could compile without patch. Edit (25/12/2017): corrected the patch, which contained |
Here the output of valgrind, after patching the source as above plus as follows, and running the following test command:
|
Good news, no segfault after compiling with gcc 8.3.0! |
Hello,
When compiling SlideSort on a recent Debian (9.1/Stretch) that uses GCC 6.3.0, I get the following error:
As a quick workaround, I could bypass it by using GCC's option
-std=c++98
as follows:Have a nice day,
--
Charles Plessy, RIKEN Yokohama, Japan.
The text was updated successfully, but these errors were encountered: