Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boost: Use CXX17 #2868

Merged
merged 1 commit into from
Mar 1, 2024
Merged

Boost: Use CXX17 #2868

merged 1 commit into from
Mar 1, 2024

Conversation

dgovil
Copy link
Collaborator

@dgovil dgovil commented Dec 12, 2023

Description of Change(s)

Splitting this out from #2742
Boost doesn't build on newer macOS toolchains because it make use of previous deprecated and now removed std lib functions.

In theory, all platforms should use CXX17 but Boost does some more platform aware logic for other toolchains that mitigate it to some degree. At least on macOS, its best to force Boost to use CXX17

  • I have verified that all unit tests pass with the proposed changes
  • I have submitted a signed Contributor License Agreement

@dgovil dgovil changed the title Boost cxx17 Boost: Use CXX17 Dec 12, 2023
@dgovil dgovil changed the base branch from release to dev December 12, 2023 21:06
@jesschimein
Copy link
Collaborator

Filed as internal issue #USD-9093

@pixar-oss pixar-oss merged commit 6ee6c7c into PixarAnimationStudios:dev Mar 1, 2024
3 of 5 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