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
Bug in pplx::task_options::.ctor(cancellation_token, task_continuation_context) - _M_HasCancellationToken should be initialized with true rather than false.
Some time ago I reported the same bug for original PPL in MSVS12
Bug in pplx::task_options::.ctor(cancellation_token, task_continuation_context) - _M_HasCancellationToken should be initialized with true rather than false.
Some time ago I reported the same bug for original PPL in MSVS12
https://connect.microsoft.com/VisualStudio/feedback/details/1353639/ppl-task-continuation-ignores-cancelation-token-if-continuation-context-was-passed-too-typo-in-one-of-task-option-ctor
and it is already fixed in MSVS14
The text was updated successfully, but these errors were encountered: