qtpromise/tests
Simon Brunel 6deec9f51f Fix support for auto args in constructor callbacks
Broken since 78417b5, this bug creates an infinite recursion at runtime while trying to resolve the QPromise<T> template constructor if the given callback is either an invalid function or a valid callback but using auto args (C++14).

Related warning: C4717: recursive on all control paths, function will cause runtime stack overflow.
2020-03-22 17:50:16 +01:00
..
auto Fix support for auto args in constructor callbacks 2020-03-22 17:50:16 +01:00
CMakeLists.txt Migrate to CMake to build the entire project 2020-01-12 21:04:43 +01:00