FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Adding C++17 to the default list of allowed programming language by nstefan13 · Pull Request #1232 · cms-dev/cms · GitHub

/ cms Public

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

Merged
wil93 merged 2 commits into
cms-dev:masterfrom
nstefan13:master
May 10, 2023
Merged

Adding C++17 to the default list of allowed programming language#1232
wil93 merged 2 commits into
cms-dev:masterfrom
nstefan13:master

Conversation

Copy link
Copy Markdown
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 Bot commented Apr 11, 2023
edited
Loading

Copy link
Copy Markdown

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

Comment thread cms/db/contest.py Outdated
wil93 merged commit 4aa39c1 into cms-dev:master May 10, 2023
wil93 mentioned this pull request Nov 17, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL