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::scoped_array with std::unique_ptr #5

Merged
merged 1 commit into from May 24, 2016

Conversation

jdswinbank
Copy link

No description provided.

@@ -31,7 +31,6 @@
*
*/

#include "boost/scoped_array.hpp"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All you're doing here is removing an unused include -- you're not replacing it with anything. Please change the commit message to reflect that.

@pschella pschella changed the title Review for DM-6096: Replace boost::scoped_array with std::unique_ptr specialisation Replace boost::scoped_array with std::unique_ptr May 24, 2016
@pschella pschella merged commit da6b721 into master May 24, 2016
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.

None yet

2 participants