build in C++17 mode by default
* configure.ac: Activate C++17, and replace --enable-c++17 by --enable-c++20. * NEWS: Mention the news. * .gitlab-ci.yml: Use C++20 for the former C++17 builds. * HACKING, README, doc/org/compile.org, doc/org/concepts.org, doc/org/index.org, doc/org/install.org, doc/org/tut.org, doc/org/upgrade2.org, spot/misc/escape.hh: Adjust mentions of C++14.
This commit is contained in:
parent
a770727ee8
commit
4f23097619
12 changed files with 79 additions and 62 deletions
8
NEWS
8
NEWS
|
|
@ -1,5 +1,13 @@
|
|||
New in spot 2.9.1.dev (not yet released)
|
||||
|
||||
Build:
|
||||
|
||||
- Spot is now built in C++17 mode, so you need at least GCC 7 or
|
||||
clang 5 to compile it. The current versions of all major linux
|
||||
distributions ship with at least GCC 7.4, so this should not be a
|
||||
problem. There is also an --enable-c++20 option to configure in
|
||||
case you want to force a build of Spot in C++20 mode.
|
||||
|
||||
Library:
|
||||
|
||||
- Historically, Spot labels automata by Boolean formulas over
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue