We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4282ca0 commit a145c18Copy full SHA for a145c18
examples/benchmark_select.cpp
@@ -14,7 +14,7 @@ class hello_world_resource : public http_resource {
14
{
15
}
16
17
- const std::shared_ptr<http_response> render(const http_request&) {
+ const std::shared_ptr<http_response> render(http_request&) {
18
return resp;
19
20
examples/benchmark_threads.cpp
0 commit comments