Skip to content

[XPTIFW] Suppress deprecation warnings from parallel-hashmap on macOS#22600

Merged
sarnex merged 1 commit into
intel:syclfrom
sarnex:macfix
Jul 10, 2026
Merged

[XPTIFW] Suppress deprecation warnings from parallel-hashmap on macOS#22600
sarnex merged 1 commit into
intel:syclfrom
sarnex:macfix

Conversation

@sarnex

@sarnex sarnex commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

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.

parallel-hashmap uses std::allocator::pointer which is deprecated in C++17+
and causes build failures on macOS when -Werror is enabled.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-Authored-By: Nick Sarnie <nick.sarnie@intel.com>
@sarnex sarnex marked this pull request as ready for review July 10, 2026 17:47
@sarnex sarnex requested review from a team as code owners July 10, 2026 17:47
@sarnex sarnex merged commit eca4d07 into intel:sycl Jul 10, 2026
43 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants