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

Replace std::integral<T> concept with equivalent

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • ALL
    • QO 2023-12-25

      There is no concept for std::integral<T> in the <concepts> on XCode. The same functionality can be achieved by using std::is_arithmetic_v<T>

            Assignee:
            misha.tyulenev@mongodb.com Misha Tyulenev (Inactive)
            Reporter:
            misha.tyulenev@mongodb.com Misha Tyulenev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: