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

@@ -32,7 +32,7 @@
#include <assert.h>
class Thread {
typedef BoundMethod<void()> Function;
typedef BoundMethod<void() noexcept> Function;
const Function f;
#ifdef _WIN32