| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report
@@ 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
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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.