From fa218bacbc8e705839efecfb01ac792ee9c64d5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=A7=D0=B5?= <39742182+Dmi4er4@users.noreply.github.com> Date: Wed, 6 Mar 2024 20:04:25 +0300 Subject: [PATCH] Add (make) GCC C++20 compiler (#820) * Add cpp 20 * Afix --- apps/grading/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/grading/constants.py b/apps/grading/constants.py index ee8722fe4..b5da37345 100644 --- a/apps/grading/constants.py +++ b/apps/grading/constants.py @@ -73,6 +73,7 @@ class YandexCompilers(DjangoChoices): dotnet5 = C("dotnet5", "(Make) C# (MS .Net Core 5.0)") dotnet6 = C("dotnet6", "(Make) C# (MS .Net Core 6.0)") gcc_docker2_make = C("gcc_docker2_make", "(make) GCC C++17") + gcc_cpp20_make = C("gcc_cpp20_make", "(make) GCC C++20") happyfat = C("happyfat", "happyfat") idao = C("idao", "(make) idao") idao2020 = C("idao2020", "(make) idao2020")