I am using two lib jsoncpp and imap (lib c-client)
Jason CPP Has written the function. But in imap lib they have some macro write Assume that you do not use to write from the map: #define safe_write which overrides some macros from jsoncpp. I am not able to use both libraries at the same time. How can I avoid this conflict?
< Code> #include "imap.h" #undef Type #include "jsoncpp.h"
Comments
Post a Comment