You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.apply(cti::transforms::wait_for(time)) doesn't seem to compile if cmake options CTI_CONTINUABLE_WITH_COROUTINE and CTI_CONTINUABLE_WITH_CPP_LATEST are enabled.
I can reproduce this by building this project's tests with the options enabled.
@Naios
.apply(cti::transforms::wait_for(time))
doesn't seem to compile if cmake options CTI_CONTINUABLE_WITH_COROUTINE and CTI_CONTINUABLE_WITH_CPP_LATEST are enabled.I can reproduce this by building this project's tests with the options enabled.
Commit Hash
f7f304e
Steps to Reproduce
Execute the following commands in the continuable project dirctory.
cmake -DCTI_CONTINUABLE_WITH_COROUTINE=ON -DCTI_CONTINUABLE_WITH_CPP_LATEST=ON .
make
Prints the following error:
Your Environment
The text was updated successfully, but these errors were encountered: