Bug #83064 Replace compile_time_assert with static_assert
Submitted: 20 Sep 2016 13:39 Modified: 21 Sep 2016 13:24
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

[20 Sep 2016 13:39] Steinar Gunderson
Description:
Now that we have C++11, we should replace our home-grown compile_time_assert with C++11's static_assert, which gives easier-to-read error messages.

How to repeat:
N/A

Suggested fix:
N/A
[21 Sep 2016 13:24] Paul DuBois
Posted by developer:
 
Fixed in 8.0.1.

Code cleanup. No changelog entry needed.