Bug #83200 Remove usage of boost::movelib
Submitted: 29 Sep 2016 10:39 Modified: 29 Sep 2016 15:01
Reporter: Steinar Gunderson Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:8.0.1 OS:Any
Assigned to: CPU Architecture:Any

[29 Sep 2016 10:39] Steinar Gunderson
Description:
We have some (unvetted) use of boost::movelib. We should replace it with the corresponding C++11 functions and classes (in particular std::unique_ptr).

How to repeat:
N/A

Suggested fix:
N/A
[29 Sep 2016 15:01] Paul DuBois
Posted by developer:
 
Fixed in 8.0.1.

Code cleanup. No changelog entry needed.