Skip to content
Snippets Groups Projects
  1. May 17, 2016
    • Morris Jette's avatar
      Add typecast to a test · 0cde0c76
      Morris Jette authored
      (1 << x) where "x" is a uint64_t would treat "1" as an int and
      roll over at 32-bits. Typecasting "1" to uint64_t eliminates
      that and supports a full 64-bit value.
      0cde0c76
  2. May 16, 2016
  3. May 13, 2016
  4. May 12, 2016
  5. May 11, 2016
Loading