Skip to content

Commit

Permalink
Fix a error of coroutines on Windows (#1870)
Browse files Browse the repository at this point in the history
  • Loading branch information
an-tao authored Dec 4, 2023
1 parent 27f1a3d commit 4e890f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/inc/drogon/HttpBinder.h
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ class HttpBinder : public HttpBinderBase
LOG_ERROR
<< "Exception not derived from std::exception";
}
co_return;
}(req, std::move(callback), std::move(values)...);
}
#endif
Expand Down

0 comments on commit 4e890f5

Please sign in to comment.