jmorrill commented on issue #4319: [Build][Windows] Fix Windows build by 
including cctype
URL: https://github.com/apache/incubator-tvm/pull/4319#issuecomment-553142604
 
 
   I compiled file `\tvm\nnvm\src\top\tensor\transform.cc` with `/showIncludes` 
because it uses `std::isdigit `and found the only reference to `cctype` here:
   
   ```
   1>Note: including file:    C:\Program Files (x86)\Microsoft Visual 
Studio\2019\Community\VC\Tools\MSVC\14.23.28105\include\string
   1>Note: including file:     C:\Program Files (x86)\Microsoft Visual 
Studio\2019\Community\VC\Tools\MSVC\14.23.28105\include\cctype
   ```
   
   Appears '`string`' is pulling `cctype` in with 2019?

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