* This should allow any type to be used as Delta, beyond native numerical types. * Why write more code than you have to?
@@ -188,7 +188,7 @@ public:
current = state::ABORTED;
if(immediately) {
- tick(0);
+ tick({});
}