JiaoPaner edited a comment on issue #15632: Building MxNet with CPP_PACKAGE on Windows10 (2019-07-23) URL: https://github.com/apache/incubator-mxnet/issues/15632#issuecomment-533443667 @QueensGambit I read the #15144 ,modified the line " #if !defined(_MSC_VER)" which is 744 in "include/mxnet/tuple.h" to "#if !(defined(_MSC_VER) && _MSC_VER < 1900)" .Then, compile again that config includes USE_CPP_PACKAGE, my operating system is win10 x64 and IDE is Visual Studio 2015. After that the compile result has no any errors and no any above errors. And the examples can run without error , the solution does work.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
