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

Introduce stdx::list to deal with deficiencies in the MSVC implementation of std::list.

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

      MSVC's implementation of std::list::splice invalidates certain iterators, while the standard requires that no iterators be invalidated by correct uses of splice. To work around this, introduce stdx::list, which is boost::container::list on MSVC and std::list, otherwise.

            Assignee:
            schwerin@mongodb.com Andy Schwerin
            Reporter:
            schwerin@mongodb.com Andy Schwerin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: