Mikhail Svetkin e2c63563d5 Fix crash for passing lambda with captures to QHttpServer::route
QHttpServer::route accepted the lambda by universal reference, but did
not pass it to QHttpServerRouter::addRule by std::forward.

We can not initialize lambda captures with C++11.
So we always need to copy the lambda by value.

Task-number: QTBUG-74882
Change-Id: I3e2dc6003624414d0ff45ba2e2f1af472e219ff1
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2019-05-15 12:41:43 +00:00
2019-01-25 11:49:44 +00:00
2018-12-20 14:48:56 +00:00
2018-07-16 14:36:08 +00:00
2018-07-16 14:36:08 +00:00
2019-01-31 11:31:21 +00:00
2018-07-16 14:36:08 +00:00
Description
No description provided
314 KiB
Languages
C++ 95.4%
CMake 2.2%
C 1.4%
QMake 1%