microsoft / cpprestsdk

The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.
Other
7.96k stars 1.65k forks source link

Fixed task_options(cancellation_token, task_continuation_context) … #1657

Open eugenegff opened 2 years ago

eugenegff commented 2 years ago

…constructor - should set _M_HasCancellationToken.

Bug was introduced in PPL in VS2013 and fixed in VS2015 but survives in PPLX

eugenegff commented 2 years ago

@barcharcraz FYI