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.91k stars 1.64k forks source link

is it possible to build it from source without boost? #1745

Open ixlm opened 1 year ago

ixlm commented 1 year ago

my project can not import boost libs in some reasons, is it possible to build it from source without boost?