mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
Edit example_vs.cpp to use CROW_ROUTE instead of app.route_dynamic.
VS2019 error: '<function-style-cast>': cannot convert from 'void' to 'crow::response'
This commit is contained in:
parent
44abb2d327
commit
d7f1985e4c
@ -130,8 +130,3 @@ int main()
|
|||||||
.multithreaded()
|
.multithreaded()
|
||||||
.run();
|
.run();
|
||||||
}
|
}
|
||||||
|
|
||||||
Edit example_vs.cpp to use CROW_ROUTE instead of app.route_dynamic.
|
|
||||||
|
|
||||||
VS2019 error:
|
|
||||||
'<function-style-cast>': cannot convert from 'void' to 'crow::response'
|
|
Loading…
Reference in New Issue
Block a user