switch to C++17
Time to move on, two years after 2017.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include <assert.h>
|
||||
|
||||
class Thread {
|
||||
typedef BoundMethod<void()> Function;
|
||||
typedef BoundMethod<void() noexcept> Function;
|
||||
const Function f;
|
||||
|
||||
#ifdef _WIN32
|
||||
|
Reference in New Issue
Block a user