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,7 +49,7 @@ namespace ODBus {
class AsyncRequest {
PendingCall pending_call;
std::function<void(Message) noexcept> callback;
std::function<void(Message)> callback;
public:
operator bool() const noexcept {