Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-39033

swap out int and long long for int32_t and int64_t in BSONElement

    • Type: Icon: Improvement Improvement
    • Resolution: Won't Do
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Internal Code
    • Labels:
      None
    • Storage Execution

      It would be helpful to change BSONElement and friends (BSONObjBuilder, etc) to use explicitly-sized types for numbers. Right now I frequently have to slog through casting between long long and std::uint64_t when working with BSON, and it would be nice to have things work more seamlessly.

            Assignee:
            backlog-server-execution [DO NOT USE] Backlog - Storage Execution Team
            Reporter:
            milkie@mongodb.com Eric Milkie
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: