Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CMS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MO-P
CMS
Commits
4aa39c18
Unverified
Commit
4aa39c18
authored
2 years ago
by
ILikeIt
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
cms/db/contest.py
+1
-1
1 addition, 1 deletion
cms/db/contest.py
with
1 addition
and
1 deletion
cms/db/contest.py
+
1
−
1
View file @
4aa39c18
...
...
@@ -79,7 +79,7 @@ class Contest(Base):
languages
=
Column
(
ARRAY
(
String
),
nullable
=
False
,
default
=
[
"
C11 / gcc
"
,
"
C++1
1
/ g++
"
,
"
Pascal / fpc
"
])
default
=
[
"
C11 / gcc
"
,
"
C++1
7
/ g++
"
,
"
Pascal / fpc
"
])
# Whether contestants allowed to download their submissions.
submissions_download_allowed
=
Column
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment