Changes between Version 9 and Version 10 of Ticket #61775


Ignore:
Timestamp:
Dec 8, 2020, 5:38:58 AM (3 years ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61775 – Description

    v9 v10  
    1919
    2020Findings:
    21 * In later MacOS/Xcode releases, the logic is `#if __DARWIN_C_LEVEL >= 200112L || defined(__cplusplus)`. The latter condition ensures we don't have to worry about `_DARWIN_C_LEVEL`.
     21* In later MacOS/Xcode releases, the logic is `#if __DARWIN_C_LEVEL >= 200112L || defined(__cplusplus)`. The latter condition ensures we don't have to worry about `__DARWIN_C_LEVEL`.
    2222* But under MacOS 8.x, the logic is simply `#if __DARWIN_C_LEVEL >= 200112L`, with no awareness of C++ code. This breaks the Mame build.
    2323