qtpromise/tests/auto/qtpromise
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
..
benchmark Use clang-format for code style consistency 2020-03-22 17:50:16 +01:00
cpp14 Fix support for auto args in constructor callbacks 2020-03-22 17:50:16 +01:00
deprecations Use clang-format for code style consistency 2020-03-22 17:50:16 +01:00
exceptions Use clang-format for code style consistency 2020-03-22 17:50:16 +01:00
future Use clang-format for code style consistency 2020-03-22 17:50:16 +01:00
helpers Use clang-format for code style consistency 2020-03-22 17:50:16 +01:00
internals Use clang-format for code style consistency 2020-03-22 17:50:16 +01:00
qpromise Use clang-format for code style consistency 2020-03-22 17:50:16 +01:00
qpromiseconnections Include Qt classes by module and remove unnecessary comments 2020-02-11 22:25:08 +01:00
requirements Use clang-format for code style consistency 2020-03-22 17:50:16 +01:00
shared Use clang-format for code style consistency 2020-03-22 17:50:16 +01:00
thread Use clang-format for code style consistency 2020-03-22 17:50:16 +01:00
CMakeLists.txt Fix support for auto args in constructor callbacks 2020-03-22 17:50:16 +01:00