-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See discussion on #106 Full C++17 support came in gcc 8 (although most of it was present in gcc 7 already. In terms of our likely target platforms already ship that: * Debian oldstable shipped with gcc-10. * The oldest supported Yocto release is Dunfell, which shipped gcc 9.5 That suggests that getting a C++17 compiler shouldn't be a huge problem for our downstream. Why not go further? C++20 support would require gcc 10 or 11, and while we could go that far it seems like we should be conservative by default.
- Loading branch information
Showing
2 changed files
with
6 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters