Changes between Version 1 and Version 2 of Ticket #66170, comment 6
- Timestamp:
- Nov 6, 2022, 9:44:42 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #66170, comment 6
v1 v2 16 16 #endif 17 17 }}} 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++ Lhttps://github.com/llvm/llvm-project/commit/9eddaeb5340035f1ed36940f7478999616a898f018 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++: https://github.com/llvm/llvm-project/commit/9eddaeb5340035f1ed36940f7478999616a898f0