cd-moj / cdmoj

CD-MOJ
GNU General Public License v2.0
18 stars 6 forks source link

C++14 support on SPOJ #3

Closed thelink2012 closed 6 years ago

thelink2012 commented 7 years ago

This uses the C++ (gcc 6.3) option of SPOJ (listed as CPP in statistics and rankings). Since GCC 6, the compiler uses C++14 by default, so this is likely the way to go.

Closes #2