Fabian Sauter
Fabian Sauter
Ping @KingKili ?
Any updates on that front?
Thanks for the heads up on this one. I will have a look at it shortly!
I don't think this is something we can fix if you include `cpr/cpr.h` since we require the `curl.h` include inside `cpr/curlholder.h` for the `CURL` type, which is not being able...
Ping @cschreib-ibex
This looks rather interesting and should not be there :D What software do you use at the receiver end, since I'm not able to reproduce this. What version of CPR...
I'm currently unable to reproduce this issue. I'm using the following test case: ```c++ TEST(FileUpload, FormPostSingleTest) { Url url{"http://httpbin.org/put"}; Response response = cpr::Put(url, Multipart{{"someFile", cpr::File{"/home/fabian/test.txt"}}}); std::cout
Can anyone provide me with a small example project, so I can reproduce this error?
I've never done this for those platforms either. Sooo I need a bit more context to help you with that e.g.: * What is your build system? * What OS?...
Please try `-DENABLE_STRICT_TRY_COMPILE=ON` when configuring. References: * https://gitlab.kitware.com/cmake/cmake/-/issues/21971 * https://github.com/curl/curl/issues/6789