Commit 69578ec
Update default CMAKE_CXX_STANDARD from 17 to 20
Summary: Folly now requires C++20 and uses `consteval` and other C++20 features in its headers. Wangle depends on folly and includes these headers, so it must also compile with C++20. Without this change, the open source getdeps build fails when compiling wangle against folly.
Differential Revision: D96033377
fbshipit-source-id: 48acb5e8c10d3e100082c40cf0cdb6799671ce741 parent 9160227 commit 69578ec
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments