There was an error while loading. Please reload this page.
1 parent ae3ac50 commit 7261719Copy full SHA for 7261719
async-call-helper/async-call-helper.hpp
@@ -38,8 +38,7 @@ struct asyn_call_token
38
return caller;
39
}
40
41
-
42
-operator bool() const noexcept {
+explicit operator bool() const noexcept {
43
return caller != nullptr;
44
45
async-call-helper/safe-service.cpp
@@ -10,8 +10,8 @@ safe_service::safe_service(int in_param)
10
11
12
safe_service::~safe_service() {
13
- std::cout << "~dtor service \n";
14
set_deleted();
+ std::cout << "~dtor service \n";
15
16
17
static inline void safe_response_cb(void* context, int out_param) {
0 commit comments