diff options
Diffstat (limited to 'include/query/irs.h')
| -rw-r--r-- | include/query/irs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/query/irs.h b/include/query/irs.h index bef75bf..c14d0cf 100644 --- a/include/query/irs.h +++ b/include/query/irs.h @@ -44,7 +44,7 @@ struct BufferState { BufferState(BufferView<R> *buffer) : buffer(buffer) {} }; -template <ShardInterface S, RecordInterface R, bool Rejection=true> +template <RecordInterface R, ShardInterface<R> S, bool Rejection=true> class Query { public: constexpr static bool EARLY_ABORT=false; |