cpprestsdk icon indicating copy to clipboard operation
cpprestsdk copied to clipboard

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 i...

Results 217 cpprestsdk issues
Sort by recently updated
recently updated
newest added

Is any reason to not add here virtual destructor? I found this using [-Wnon-virtual-dtor] during compilation.

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress....

I tracked down this source file [Release/include/cpprest/streams.h](Release/include/cpprest/streams.h) ```cpp template struct Value2StringFormatter { template static std::basic_string format(const T& val) { std::basic_ostringstream ss; ss

Capture "this" explicitly when using C++20, while still not doing it for the earlier versions of the language as it is explicitly not allowed in C++17.

Hi, I compiled on the Windows platform, I followed the steps in this article(https://github.com/microsoft/cpprestsdk/wiki/How-to-build-for-Windows), I used vcpkg to build the required third-party library, I want to compile a library with...

Fixes [1812](https://github.com/microsoft/cpprestsdk/issues/1812) `char_traits` type was not supplied

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...

https://github.com/microsoft/cpprestsdk/issues/1796 same issue on Fedora. Here is a possible fix

hi, asio removed some previously deprecated facilities, see https://www.boost.org/doc/libs/1_87_0/doc/html/boost_asio/history.html I found this when I update vcpkg's boost to 1.87 I can create a pr but I don't know what is...

Hi, attempting to build cpprestsdk on macOS using gcc11.5 results in build error, originating from macOS system header files. The main error part: `In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/Availability.h:136, from /Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/time.h:68,...