You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/09/20 07:28:28 UTC

[GitHub] [incubator-mxnet] JiaoPaner commented on issue #15143: dmlc::type_name_helper specialization of mxnet::tuple should not be disabled for MSVC

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:
users@infra.apache.org


With regards,
Apache Git Services