Skip to content

Commit

Permalink
switch to C++20 (contd.)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomaqa committed Jul 6, 2024
1 parent 52d8d33 commit db55dbf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### 2.7.1 (unreleased)

Build:
- Switch to C++20.

### 2.7.0 (2024-05-29)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ API; the distribution includes a minimal example how to use the API.

## Building from source

To build the system from the source code repository, you need a C++17
To build the system from the source code repository, you need a C++20
compliant compiler and the following libraries and headers installed:

- gmp
Expand Down
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12)
project(opensmt-examples)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)

set(OpenSMT_DIR CACHE PATH "Path to OpenSMT installation directory")

Expand Down

0 comments on commit db55dbf

Please sign in to comment.