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

reinstate std::timed_mutex

    • Type: Icon: Bug Bug
    • Resolution: Works as Designed
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: 3.5.3
    • Component/s: Concurrency, Portability
    • Labels:
      None
    • Fully Compatible
    • ALL
    • Hide

      #include <stdx/mutex.h>

      stdx::timed_mutex mutt;

      Show
      #include <stdx/mutex.h> stdx::timed_mutex mutt;

      Since we no longer build with Gcc <4.9, there is apparently, at least by the comment in stdx/mutex.h, no longer a reason to ban std::timed_mutex.

      Is there any reason to retain stdx/mutex.h at all? Or should uses be changed back to <mutex> and std::mutex?

            Assignee:
            backlog-server-platform DO NOT USE - Backlog - Platform Team
            Reporter:
            nathan.myers Nathan Myers
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: