Commit eca4d07
[XPTIFW] Suppress deprecation warnings from parallel-hashmap on macOS (#22600)
parallel-hashmap uses std::allocator::pointer which is deprecated in
C++17+ and causes build failures on macOS when -Werror is enabled.
With this fix we can undo the workaround in the Mac build CI.
Co-authored-by: Jinsong Ji <jinsong.ji@intel.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 328217f commit eca4d07
2 files changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
57 | 56 | | |
58 | 57 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
74 | 80 | | |
75 | 81 | | |
76 | 82 | | |
| |||
0 commit comments