Skip to content
  • Henry's avatar
    int32: Add IO operators for long on 32bit OS · 84486a42
    Henry authored
    On 32bit OSs long is not unambiguously int32_t (or int64_t) causing
    problems for IO operator resolution.  This problem is avoided by
    explicitly defining the following operators:
    84486a42