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

Provide implementation of AtomicWord<T> in terms of std::atomic

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.7.1
    • Affects Version/s: None
    • Component/s: Internal Code
    • Labels:
      None
    • Fully Compatible

      In C++11, there is a standard memory model that includes standard implementations of atomics, std::atomic. AtomicWord<T> should be implemented in terms of std::atomic<T>.

            Assignee:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Reporter:
            schwerin@mongodb.com Andy Schwerin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: