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

Replace boost traits and mpl with STL traits in pxr/usd/sdf, pxr/usd/pcp, and pxr/usd/usd #2214

Merged
merged 1 commit into from
Jul 3, 2023

Conversation

nvmkuruc
Copy link
Collaborator

@nvmkuruc nvmkuruc commented Jan 27, 2023

Description of Change(s)

  • Replaces boost::remove_cv and boost::remove_reference with std::remove_cv_t and std::remove_reference_t
  • Replaces boost::true_type with std::true_type
  • Replaces boost::is_base_of with std::is_base_of
  • Replaces boost::has_trivial_constructor, boost::has_trivial_copy, boost::has_trivial_assign, and has::trivial_destructor with std::is_trivially_constructible, std::is_trivially_copyable, std::is_trivially_assignable, and std::is_trivially_desctructible.

Fixes Issue(s)

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

@nvmkuruc nvmkuruc changed the title Replace boost traits and MPL with STL traits in pxr/usd/sdf and pxr/usd/usd Replace boost traits and mpl with STL traits in pxr/usd/sdf and pxr/usd/usd Jan 27, 2023
@nvmkuruc nvmkuruc force-pushed the usdtraits branch 2 times, most recently from f02c14e to 99f82a8 Compare January 30, 2023 19:27
@nvmkuruc nvmkuruc force-pushed the usdtraits branch 2 times, most recently from c68fd79 to 2326de2 Compare January 31, 2023 05:58
@nvmkuruc nvmkuruc changed the title Replace boost traits and mpl with STL traits in pxr/usd/sdf and pxr/usd/usd Replace boost traits and mpl with STL traits in pxr/usd/sdf, pxr/usd/pcp, and pxr/usd/usd Jan 31, 2023
@tallytalwar
Copy link
Contributor

Filed as internal issue #USD-7944

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