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

Centralize the macro definition of __has_feature into one place

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 7.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • Security 2023-05-29

      #if !defined(__has_feature)
      #define __has_feature(x) 0
      #endif
      

      See https://clang.llvm.org/docs/LanguageExtensions.html#has-feature-and-has-extension

            Assignee:
            mark.benvenuto@mongodb.com Mark Benvenuto
            Reporter:
            mark.benvenuto@mongodb.com Mark Benvenuto
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: