Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.

Commit

Permalink
bug fix: change from c++17 to gnu++17 in devkit c_cpp_properties.json…
Browse files Browse the repository at this point in the history
… to fix intellisense issue
  • Loading branch information
dilin-MS committed Aug 18, 2020
1 parent 41ce935 commit 213383e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/templates/devkit/c_cpp_properties_linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"intelliSenseMode": "clang-x64",
"cStandard": "c11",
"cppStandard": "c++17",
"cppStandard": "gnu++17",
"compilerPath": "{ROOTPATH}/.arduino15/packages/AZ3166/tools/arm-none-eabi-gcc/5_4-2016q3/bin/arm-none-eabi-g++"
}
],
Expand Down
2 changes: 1 addition & 1 deletion resources/templates/devkit/c_cpp_properties_macos.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"intelliSenseMode": "clang-x64",
"cStandard": "c11",
"cppStandard": "c++17",
"cppStandard": "gnu++17",
"compilerPath": "~/Library/Arduino15/packages/AZ3166/tools/arm-none-eabi-gcc/5_4-2016q3/bin/arm-none-eabi-g++"
}
],
Expand Down
2 changes: 1 addition & 1 deletion resources/templates/devkit/c_cpp_properties_win32.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"intelliSenseMode": "clang-x64",
"cStandard": "c11",
"cppStandard": "c++17",
"cppStandard": "gnu++17",
"compilerPath": "{ROOTPATH}\\Arduino15\\packages\\AZ3166\\tools\\arm-none-eabi-gcc\\5_4-2016q3\\bin\\arm-none-eabi-g++"
}
],
Expand Down

0 comments on commit 213383e

Please sign in to comment.