| 183 | } |
| 184 | template<class I> |
| 185 | forceinline ModEvent |
| 186 | IntView::inter_r(Space& home, I& i, bool depend) { |
| 187 | return x->inter_r(home,i,depend); |
| 188 | } |
| 189 | template<class I> |
| 190 | forceinline ModEvent |
| 191 | IntView::minus_r(Space& home, I& i, bool depend) { |
no outgoing calls
no test coverage detected