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

[Pcp] Replace boost noncopyable #482

Closed

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

@jtran56
Copy link

jtran56 commented May 7, 2018

Filed as internal issue #160431.

Further reduce dependence on boost in hopes of a brighter future
of magnificent compile times.
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