Skip to content

Commit

Permalink
Upgrade to C++20
Browse files Browse the repository at this point in the history
  • Loading branch information
fmang committed Jan 27, 2023
1 parent 712830e commit ba435b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(
LANGUAGES CXX
)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

# opustags is mainly developed with glibc, which introduces a few
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Requirements
------------

* a POSIX-compliant system,
* a C++17 compiler,
* a C++20 compiler,
* CMake ≥ 3.11,
* libogg 1.3.3.

Expand Down

0 comments on commit ba435b2

Please sign in to comment.