3 #ifndef MOBILITY_LANCE_MOBILITY_H 
    4 #define MOBILITY_LANCE_MOBILITY_H 
   45           (state.pieceAt(pos1).template canMoveOn<P>() ? 1 : 0);
 
   57           return countAll<BLACK>(state,p);
 
   59           return countAll<WHITE>(state,p);
 
   75           return countSafe<BLACK>(state,p);
 
   77           return countSafe<WHITE>(state,p);