switch to C++17

Time to move on, two years after 2017.
This commit is contained in:
Max Kellermann
2019-08-02 07:25:13 +02:00
parent c764b70b3a
commit 8f981845dc
9 changed files with 103 additions and 37 deletions

View File

@@ -49,6 +49,8 @@ test('TestUtil', executable(
test('TestRewindInputStream', executable(
'TestRewindInputStream',
'TestRewindInputStream.cxx',
'../src/Log.cxx',
'../src/LogBackend.cxx',
include_directories: inc,
dependencies: [
input_glue_dep,