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.99k stars 1.65k forks source link

Fixed some issue with http_helpers while building in GCC 12.x #1742

Open fborges22 opened 1 year ago

fborges22 commented 1 year ago

Fixed to build in GCC 12.x and it is working in my environment.

fborges22 commented 1 year ago

LGTM

Thanks :D

priv-kweihmann commented 1 year ago

Same as https://github.com/microsoft/cpprestsdk/pull/1462, which was never merged, so I wouldn't put my hopes too high :-(