Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
May 10, 2023
Merged

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

merged 2 commits into from
May 10, 2023

Conversation

davinci-tech
Copy link
Contributor

C++17 offers a variety of great features which would benefit competitive programmers in the long run (such as Structured bindings, std::optional, std::clamp, std::gcd and std::lcm among other). Unfortunately, the default list of allowed programming languages to be used in a contest does not contain the option to use C++17. This commit will simply add the C++17 option.

@codecov
Copy link

codecov bot commented Apr 11, 2023

Codecov Report

Merging #1232 (574468d) into master (4baeee8) will increase coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1232      +/-   ##
==========================================
+ Coverage   63.48%   63.51%   +0.02%     
==========================================
  Files         233      233              
  Lines       17152    17152              
==========================================
+ Hits        10889    10894       +5     
+ Misses       6263     6258       -5     
Flag Coverage Δ
functionaltests 47.25% <ø> (-0.01%) ⬇️
unittests 44.00% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
cms/db/contest.py 89.70% <ø> (ø)

... and 19 files with indirect coverage changes

cms/db/contest.py Outdated Show resolved Hide resolved
@wil93 wil93 merged commit 4aa39c1 into cms-dev:master May 10, 2023
@wil93 wil93 mentioned this pull request Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants