| 193 | } |
| 194 | template<class I> |
| 195 | forceinline ModEvent |
| 196 | IntView::narrow_v(Space& home, I& i, bool depend) { |
| 197 | return x->narrow_v(home,i,depend); |
| 198 | } |
| 199 | template<class I> |
| 200 | forceinline ModEvent |
| 201 | IntView::inter_v(Space& home, I& i, bool depend) { |
no outgoing calls
no test coverage detected