Skip to content

Commit 8176889

Browse files
committed
Fix CI: switch to --std=c++20
1 parent 49c3a3c commit 8176889

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

glean.cabal.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ common fb-haskell
5656
ghc-options: -O2
5757

5858
common fb-cpp
59-
cxx-options: -std=c++17 -Wno-nullability-completeness -fno-omit-frame-pointer
59+
cxx-options: -std=c++20 -Wno-nullability-completeness -fno-omit-frame-pointer
6060
if !flag(clang)
6161
cxx-options: -fcoroutines
6262
if flag(asan)

0 commit comments

Comments
 (0)