Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jughisto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Capimara (Maratona UFPR)
jughisto
Commits
9d6e4e32
Commit
9d6e4e32
authored
1 year ago
by
Fernando K
Browse files
Options
Downloads
Patches
Plain Diff
Add C++20
parent
9c8019f6
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
alvokanto/src/language.rs
+4
-0
4 additions, 0 deletions
alvokanto/src/language.rs
with
4 additions
and
0 deletions
alvokanto/src/language.rs
+
4
−
0
View file @
9d6e4e32
...
...
@@ -88,6 +88,10 @@ pub fn get_supported_languages() -> HashMap<String, LanguageParams> {
}
let
mut
languages
=
HashMap
::
new
();
languages
.insert
(
"cpp.20.g++"
.into
(),
build_gcc_params
(
2
,
"GNU G++20 {}"
,
"/usr/bin/g++"
.into
(),
"c++"
,
"c++20"
),
);
languages
.insert
(
"cpp.17.g++"
.into
(),
build_gcc_params
(
2
,
"GNU G++17 {}"
,
"/usr/bin/g++"
.into
(),
"c++"
,
"c++17"
),
...
...
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