libnonius / nonius

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

Reinvent boost string algorithms #81

Open bitshifter opened 7 years ago

bitshifter commented 7 years ago

Replaced everything except for boost::chrono and boost::math. Will look at math next. Fixes #47.

bitshifter commented 7 years ago

I've found a problem with my optional implementation under MSVC, so will close this PR until I manage to resolve it.

bitshifter commented 7 years ago

Addressed issues with optional.