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

[Ar] Replace boost noncopyable. #481

Merged

Conversation

superfunc
Copy link
Contributor

Description of Change(s)

Further reduce dependence on boost in hopes of a brighter future
of magnificent compile times. Standard C++ now provides proper facilities
for making objects non-copyable(=delete), and generally provides better error messages
than boost::noncopyable, so we use this.

Fixes Issue(s)

  • None filed, just more cleanup.

@jtran56
Copy link

jtran56 commented May 7, 2018

Filed as internal issue #160430.

Further reduce dependence on boost in hopes of a brighter future
of magnificent compile times.
@superfunc
Copy link
Contributor Author

Same comment as #373

@pixar-oss pixar-oss merged commit 49b5264 into PixarAnimationStudios:dev Sep 18, 2018
pixar-oss added a commit that referenced this pull request Sep 18, 2018
[Ar] Replace boost noncopyable.

(Internal change: 1891914)
@superfunc superfunc deleted the boostCleanupNonCopyAr branch October 9, 2018 01:55
AdamFelt pushed a commit to autodesk-forks/USD that referenced this pull request Apr 16, 2024
)

### Description of Change(s)
Add instancing support for Text
### Fixes Issue(s)
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.

4 participants