JiaoPaner commented on issue #15143: dmlc::type_name_helper<T> specialization 
of mxnet::tuple<T> should not be disabled for MSVC
URL: 
https://github.com/apache/incubator-mxnet/issues/15143#issuecomment-533442504
 
 
   I read the #15144 ,modified the line " #if !defined(_MSC_VER)" which is 744  
to "#if !(defined(_MSC_VER) && _MSC_VER < 1900)" .Then, compile again that 
config includes USE_CPP_PACKAGE.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

Reply via email to