Andy Brauninger

Results 1 issues of Andy Brauninger

MSVC has a new preprocessor (https://devblogs.microsoft.com/cppblog/announcing-full-support-for-a-c-c-conformant-preprocessor-in-msvc/). To compile code with MSVC and C++20 we need to use the new preprocessor (`/Zc:preprocessor`). This change updates cpprestsdk to use `/Zc:preprocessor` on versions...