Bug #95453 remove usage of deprecated std::binary_function
Submitted: 21 May 2019 13:59 Modified: 21 May 2019 16:37
Reporter: Tor Didriksen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:8.0.18 OS:Any
Assigned to: CPU Architecture:Any

[21 May 2019 13:59] Tor Didriksen
Description:
std::binary_function is deprecated in C++11 and removed in C++17

How to repeat:
Read the code.

Suggested fix:
Remove all usage.
[21 May 2019 16:37] Paul DuBois
Posted by developer:
 
Fixed in 8.0.18.

Code cleanup. No changelog entry required.