Changes between Version 1 and Version 2 of Ticket #66170, comment 6


Ignore:
Timestamp:
Nov 6, 2022, 9:44:42 PM (20 months ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66170, comment 6

    v1 v2  
    1616#endif
    1717}}}
    18 The one in libc++ (as provided by clang-3.7) just does a plain `#include <inttypes.h>`, which as it happens works fine on 10.7+. A similar workaround was later added to libc++L https://github.com/llvm/llvm-project/commit/9eddaeb5340035f1ed36940f7478999616a898f0
     18The one in libc++ (as provided by clang-3.7) just does a plain `#include <inttypes.h>`, which as it happens works fine on 10.7+. A similar workaround was later added to libc++: https://github.com/llvm/llvm-project/commit/9eddaeb5340035f1ed36940f7478999616a898f0