| 207 | // generating code for date kernels for a times-only function). |
| 208 | template <typename Factory> |
| 209 | void AddTemporalKernels(Factory* fac) {} |
| 210 | |
| 211 | template <typename Factory, typename... WithOthers> |
| 212 | void AddTemporalKernels(Factory* fac, WithDates, WithOthers... others) { |