mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
fix build problem
This commit is contained in:
parent
acf686d3dd
commit
36c90f4401
@ -933,7 +933,7 @@ TEST(simple_url_params)
|
||||
|
||||
CROW_ROUTE(app, "/params")
|
||||
([&last_url_params](const crow::request& req){
|
||||
last_url_params = move(req.url_params);
|
||||
last_url_params = boost::move(req.url_params);
|
||||
return "OK";
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user