You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2019/11/12 21:05:53 UTC

[GitHub] [incubator-tvm] soiferj opened a new pull request #4319: [Build][Windows] Fix Windows build

soiferj opened a new pull request #4319: [Build][Windows] Fix Windows build
URL: https://github.com/apache/incubator-tvm/pull/4319
 
 
   The Windows build is currently broken with the error: `isdigit is not a member of standard`. It looks like `std::isdigit` is in header `<cctype>`. Including it fixes the build.
   
   @tqchen @jmorrill could you take a look?

----------------------------------------------------------------
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