From d7f1985e4cd9dcc5ddf6b76b4713da41bec4a6a7 Mon Sep 17 00:00:00 2001 From: Darius Tan Date: Sun, 23 May 2021 20:59:21 +1200 Subject: [PATCH] Edit example_vs.cpp to use CROW_ROUTE instead of app.route_dynamic. VS2019 error: '': cannot convert from 'void' to 'crow::response' --- examples/example_vs.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/example_vs.cpp b/examples/example_vs.cpp index ba4f39ab5..974c2b0f2 100644 --- a/examples/example_vs.cpp +++ b/examples/example_vs.cpp @@ -130,8 +130,3 @@ int main() .multithreaded() .run(); } - -Edit example_vs.cpp to use CROW_ROUTE instead of app.route_dynamic. - - VS2019 error: - '': cannot convert from 'void' to 'crow::response' \ No newline at end of file