libnonius / nonius

A C++ micro-benchmarking framework
https://nonius.io
Creative Commons Zero v1.0 Universal
358 stars 47 forks source link

Added cast to remove conversion warning (VS 15.5) #96

Closed wmamrak closed 6 years ago

wmamrak commented 6 years ago

Warning C4244 'argument': conversion from '__int64' to 'double', possible loss of data

rmartinho commented 6 years ago

Looks good, thanks.