Skip to content
Snippets Groups Projects
Unverified Commit 4aa39c18 authored by ILikeIt's avatar ILikeIt Committed by GitHub
Browse files

Adding C++17 to the default list of allowed programming language (#1232)

Change the default setting for g++ from C++11 to C++17
parent 4baeee8c
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ class Contest(Base):
languages = Column(
ARRAY(String),
nullable=False,
default=["C11 / gcc", "C++11 / g++", "Pascal / fpc"])
default=["C11 / gcc", "C++17 / g++", "Pascal / fpc"])
# Whether contestants allowed to download their submissions.
submissions_download_allowed = Column(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment