Skip to content

Commit

Permalink
Add (make) GCC C++20 compiler (#820)
Browse files Browse the repository at this point in the history
* Add cpp 20

* Afix
  • Loading branch information
Dmi4er4 authored Mar 6, 2024
1 parent a21c5c6 commit fa218ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/grading/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit fa218ba

Please sign in to comment.