fix: use c++ 17

This commit is contained in:
Winston H 2024-06-26 07:05:10 +08:00 committed by GitHub
parent 19654bf152
commit d260961426
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ fn main() {
let mut cppcfg = cc::Build::new();
let cppflags = [
"-std=c++14",
"-std=c++17",
"-Wall",
"-Wdate-time",
"-Wendif-labels",