From ba435b26a4254981a54f591c8ef7032f4849cd53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Mangano?= Date: Fri, 27 Jan 2023 15:37:03 +0900 Subject: [PATCH] Upgrade to C++20 --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c35a4e0..814ba0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/README.md b/README.md index 31c961b..3c418f9 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Requirements ------------ * a POSIX-compliant system, -* a C++17 compiler, +* a C++20 compiler, * CMake ≥ 3.11, * libogg 1.3.3.