We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2c4cc commit fd2c5f5Copy full SHA for fd2c5f5
ChangeLog.md
@@ -24,6 +24,9 @@ See docs/process.md for more on how version tagging works.
24
- Using `-Oz` or `-Os` will no longer pass `-fno-inline-functions` to clang and
25
instead rely on clang's normal inline heuristics for these optimization
26
levels. `-fno-inline-functions` can be passed explicitly if needed.
27
+- C++17 is now the default version of the C++ standard used by the compiler.
28
+ This is due to an upstream change in llvm. Use `-std=c++14` (or technically
29
+ `-std=gnu++14`) to revert to the previous default.
30
31
3.1.21 - 09/09/2022
32
-------------------
0 commit comments