jeanluct/jlt

tictoc broken

Closed this issue · 1 comments

The boost library has completely changed the timer functions.

https://www.boost.org/doc/libs/1_53_0/libs/timer/doc/index.html

This means tictoc.hpp is completely broken. It may be that boost's new auto_cpu_timer can replace it. In any case, remove tictoc.hpp from jlt for now.

Fixed in 964e8c5.