Skip to content

Commit

Permalink
fix(Optional): use std::optional
Browse files Browse the repository at this point in the history
BREAKING CHANGE: absl::optional has been replaced by std::optional
  • Loading branch information
BenPinet committed Jul 5, 2024
1 parent 8995d16 commit f838073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"C_Cpp.default.cppStandard": "c++11",
"C_Cpp.default.cppStandard": "c++17",
"C_Cpp.default.includePath": [
"${workspaceFolder}/include",
"${workspaceFolder}/build/opengeode-io",
Expand Down

0 comments on commit f838073

Please # to comment.