| 188 | } |
| 189 | template<class I> |
| 190 | forceinline ModEvent |
| 191 | IntView::minus_r(Space& home, I& i, bool depend) { |
| 192 | return x->minus_r(home,i,depend); |
| 193 | } |
| 194 | template<class I> |
| 195 | forceinline ModEvent |
| 196 | IntView::narrow_v(Space& home, I& i, bool depend) { |
no outgoing calls
no test coverage detected