mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2025-02-23 19:34:45 +08:00
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.
Overview
Promises/A+ implementation for Qt/C++.
Requires Qt 5.6 (or later) with C++11 support enabled.
Documentation
License
QtPromise is available under the MIT license.
Description
Languages
C++
97.8%
CMake
2.2%