Changes between Version 1 and Version 2 of Ticket #6348, comment 15


Ignore:
Timestamp:
2021-02-22T21:22:46Z (4 years ago)
Author:
Francesco Casella

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6348, comment 15

    v1 v2  
    3313836186197161934851 = 1100000000000100000000100000101000000000000000000000000000000011 in base 2, or C004020A00000003 in base 16. It is a 64-bit number. But of course the last 32 bits contain the value '3', which is probably what should be the actual meaningful value.
    44
    5 I'm not sure how {{{size_t}}} is actually interpreted by clang on Windows. From [https://stackoverflow.com/questions/2550774/what-is-size-t-in-c stackoverflow] I understand size_t is an unsigned integer of "at least 16 bits". Maybe there is something wrong in {{{alloc_base_array}}} that blows up in Window but not on Linux.
     5I'm not sure how {{{size_t}}} is actually interpreted by clang on Windows. From [https://stackoverflow.com/questions/2550774/what-is-size-t-in-c stackoverflow] I understand {{{size_t}}} is an unsigned integer of "at least 16 bits". Maybe there is something wrong in {{{alloc_base_array}}} that blows up in Window but not on Linux.