Skip to content

Commit bbd20de

Browse files
simonmarfacebook-github-bot
authored andcommitted
folly-clib: switch to C++20 (#164)
Summary: Fixes breakage in the Cabal-only CI job Pull Request resolved: #164 Reviewed By: phlalx Differential Revision: D81039973 Pulled By: jjuliamolin fbshipit-source-id: e781f774b621f596b2b9f7ae453bbab9c399cae0
1 parent b1be5a3 commit bbd20de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

folly-clib/folly-clib.cabal.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ source-repository head
3131
location: https://github.com/facebook/folly.git
3232

3333
common fb-cpp
34-
cxx-options: -std=c++17
34+
cxx-options: -std=c++20
3535
if !flag(clang)
3636
cxx-options: -fcoroutines
3737
if arch(x86_64)

0 commit comments

Comments
 (0)