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/base/vt #2212

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

nvmkuruc
Copy link
Collaborator

@nvmkuruc nvmkuruc commented Jan 27, 2023

Description of Change(s)

Depends on #2214

  • std::is_trivially_default_constructible, std::is_trivially_copyable, std::is_trivially_assignable, and std::is_trivially_destructible are used to replace boost::has_trivial_constructor, boost::has_trivial_copy, boost::has_trivial_assign, and boost::has_trivial_destructor
  • Test coverage has been added for VtValueTypeHasCheapCopy to guard against regressions

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 force-pushed the vttraits branch 5 times, most recently from dd3f8e5 to 77b1e7f Compare January 31, 2023 06:28
@tallytalwar
Copy link
Contributor

Filed as internal issue #USD-7942

@nvmkuruc nvmkuruc force-pushed the vttraits branch 2 times, most recently from 4606c18 to 9adc70d Compare February 13, 2023 19:44
This pull request was closed.
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