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

[Trace] Replace boost noncopyable. #483

Conversation

superfunc
Copy link
Contributor

Description of Change(s)

(Message taken from previous PR)

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, cleanup.

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.
@jtran56
Copy link

jtran56 commented May 7, 2018

Filed as internal issue #160432.

@superfunc
Copy link
Contributor Author

Closing this one; the changes to trace over time removed boost::noncopyable.

@superfunc superfunc closed this Sep 5, 2018
@superfunc superfunc deleted the boostCleanupNonCopyTrace branch October 9, 2018 01:56
AdamFelt pushed a commit to autodesk-forks/USD that referenced this pull request Apr 16, 2024
…lve/adsk/internal-only/feature/pipeline_adsk

Update Pipeline of adsk/dev To Get First Conflicted Commit
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.

2 participants