ldionne / metabench

A simple framework for compile-time benchmarks
metaben.ch
Other
181 stars 17 forks source link

Add mp11 #174

Closed brunocodutra closed 7 years ago

brunocodutra commented 7 years ago

@odinthenerd is that all you had so far?

pdimov commented 7 years ago

Fails due to missing <boost/config.hpp>. :-(

brunocodutra commented 7 years ago

Oh good catch, I'll fix that too

brunocodutra commented 7 years ago

@ldionne this should be ready to merge if CI passes @pdimov please shout out if you see anything odd

pdimov commented 7 years ago

Seems insert/erase break the g++ builds. I just changed mp_take to be less slow though, so they should work better now. If not, let's limit them to something like 200-300.

brunocodutra commented 7 years ago

so they should work better now

they did, tests passed, thanks