Skip to content

compile error with 3.10.5 #3559

Discussion options

You must be logged in to vote

nvm

I had an automatic inclusion of the header file. Evidently, including <curl/curl.h> causes the problem.

making sure that
#undef max
#define NOMINMAX

are before #include <curl/curl.h> makes the problem go away

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gregmarr
Comment options

Answer selected by jamesbloom-scheff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants