| 198 | } |
| 199 | template<class I> |
| 200 | forceinline ModEvent |
| 201 | IntView::inter_v(Space& home, I& i, bool depend) { |
| 202 | return x->inter_v(home,i,depend); |
| 203 | } |
| 204 | template<class I> |
| 205 | forceinline ModEvent |
| 206 | IntView::minus_v(Space& home, I& i, bool depend) { |