mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2025-02-09 08:15:44 +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.
14 lines
338 B
CMake
14 lines
338 B
CMake
add_subdirectory(shared)
|
|
|
|
add_subdirectory(benchmark)
|
|
add_subdirectory(cpp14)
|
|
add_subdirectory(deprecations)
|
|
add_subdirectory(exceptions)
|
|
add_subdirectory(future)
|
|
add_subdirectory(helpers)
|
|
add_subdirectory(internals)
|
|
add_subdirectory(qpromise)
|
|
add_subdirectory(qpromiseconnections)
|
|
add_subdirectory(requirements)
|
|
add_subdirectory(thread)
|