switch to C++17
Time to move on, two years after 2017.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user