mirror of
https://github.com/QuasarApp/qthttpserver.git
synced 2025-04-27 02:44:31 +00:00
There are few changes: 1. Remove std::function. A lambda can be converted to a function pointer if it does not capture. 2. Change std::map to std::array and mark it as constexpr. It will eliminate run-time initialization and checking. 3. Remove unnecessary nesting Change-Id: I5379cb11016def47aee0c57c3de39677aae072d7 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%