| 435 | } |
| 436 | template<class View, class Table> |
| 437 | forceinline void |
| 438 | PosCompact<View,Table>::Status::touched(CTAdvisor& a) { |
| 439 | if (!single(a)) |
| 440 | s = MULTIPLE; |
| 441 | } |
| 442 | template<class View, class Table> |
| 443 | forceinline void |
| 444 | PosCompact<View,Table>::Status::none(void) { |