jmorrill commented on issue #4319: [Build][Windows] Fix Windows build by 
including cctype
URL: https://github.com/apache/incubator-tvm/pull/4319#issuecomment-553146605
 
 
   Ok thats it.  `string` pulls in `cctype` in VS2019 and does not in 2017
   
   Following builds in 2019 and does not in 2017.
   
   ```
   #include <iostream>
   #include <string>
   
   int main()
   {
       auto x = std::isdigit('5');
       std::cout << "Hello World!\n";
   }
   ```

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