aboutsummaryrefslogtreecommitdiff
path: root/helix-syntax/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'helix-syntax/build.rs')
-rw-r--r--helix-syntax/build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-syntax/build.rs b/helix-syntax/build.rs
index a392a033..5d539480 100644
--- a/helix-syntax/build.rs
+++ b/helix-syntax/build.rs
@@ -59,7 +59,7 @@ fn build_cpp(files: Vec<String>, language: &str) {
let mut build = cc::Build::new();
let flag = if build.get_compiler().is_like_msvc() {
- "/std:c++14"
+ "/std:c++17"
} else {
"-std=c++14"
};