cpprestsdk icon indicating copy to clipboard operation
cpprestsdk copied to clipboard

[PPLX] Fixed bug in pplx::task_options(cancellation_token, task_continuation_context) constructor

Open eugenegff opened this issue 9 months ago • 2 comments

Fixed bug in pplx::task_options(cancellation_token, task_continuation_context) constructor - should set _M_HasCancellationToken to true. Bug was introduced in PPL in VS2013 and fixed in VS2015 but survives in PPLX. Note - it is one of 4 .ctors, bug is only in this one

eugenegff avatar Apr 23 '25 17:04 eugenegff

@StephanTLavavej FYI

eugenegff avatar Apr 23 '25 17:04 eugenegff

I don't maintain cpprestsdk, sorry.

StephanTLavavej avatar Apr 24 '25 04:04 StephanTLavavej