upgrade to C++17

This commit is contained in:
Frédéric Mangano-Tarumi 2020-08-31 21:25:03 +02:00
parent 6f7ac1f13b
commit 5ea2db2d6d
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ project(
LANGUAGES CXX
)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
find_package(PkgConfig REQUIRED)

View File

@ -42,7 +42,7 @@ questioned, and it was thus abandoned for a few years. Judging by the
inquiries and contributions, albeit few, on GitHub, it looks like it remains
relevant, so let's dust it off a bit.
Today, opustags is written in C++14 and features a unit test suite in C++, and
Today, opustags is written in C++ and features a unit test suite in C++, and
an integration test suite in Perl. The code was refactored, organized into
modules, and reviewed for safety.

View File

@ -21,7 +21,7 @@ Requirements
------------
* a POSIX-compliant system,
* a C++14 compiler,
* a C++17 compiler,
* CMake ≥ 3.9,
* libogg 1.3.3.