mapleFU commented on PR #14351:
URL: https://github.com/apache/arrow/pull/14351#issuecomment-1417977549

   ```
   C:\Program Files (x86)\Microsoft Visual 
Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\random(1839): error 
C2338: invalid template argument for uniform_int_distribution: N4659 29.6.1.1 
[rand.req.genl]/1e requires one of short, int, long, long long, unsigned short, 
unsigned int, unsigned long, or unsigned long long
   D:/a/arrow/arrow/cpp/src/arrow/util/crc32_test.cc(55): note: see reference 
to class template instantiation 'std::uniform_int_distribution<uint8_t>' being 
compiled
   C:\Program Files (x86)\Microsoft Visual 
Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30133\include\random(1839): error 
C2338: note: char, signed char, unsigned char, char8_t, int8_t, and uint8_t are 
not allowed
   ```
   
   Seems windows cannot use random uint8_t...


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to