mirror of
https://github.com/QuasarApp/qthttpserver.git
synced 2025-04-27 19:04:31 +00:00
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>
Description
No description provided
Languages
C++
95.4%
CMake
2.2%
C
1.4%
QMake
1%