DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
712 stars 250 forks source link

Compile executables with `-std=gnu++20` now. #2340

Closed meisterT closed 6 months ago

meisterT commented 6 months ago

This is the default at ICPC World Finals and EUC.

The plan is still to make this configurable, e.g. by using the normal compiler flags, eventually.