google / benchmark

A microbenchmark support library
Apache License 2.0
8.61k stars 1.57k forks source link

remove old-style (C-style) casts #1614

Closed garymm closed 1 year ago

garymm commented 1 year ago

This is required by the Google C++ style guide: https://google.github.io/styleguide/cppguide.html#Casting

LebedevRI commented 1 year ago

Please keep build systems in sync.

garymm commented 1 year ago

Please keep build systems in sync.

Done (I think). Please let me know if I missed something.