mirror of https://gitee.com/bigwinds/arangodb
Hopefully satisfy MSVC (#10469)
This commit is contained in:
parent
315a7ba5f8
commit
cac2a279b0
|
@ -243,7 +243,7 @@ bool SingleRowFetcher<blockPassthrough>::isAtShadowRow() const {
|
|||
|
||||
#ifndef ARANGODB_USE_GOOGLE_TESTS
|
||||
template std::pair<ExecutionState, SharedAqlItemBlockPtr>
|
||||
SingleRowFetcher<BlockPassthrough::Enable>::fetchBlockForPassthrough(size_t atMost);
|
||||
SingleRowFetcher<BlockPassthrough::Enable>::fetchBlockForPassthrough<BlockPassthrough::Enable, void>(size_t atMost);
|
||||
#endif
|
||||
|
||||
template class ::arangodb::aql::SingleRowFetcher<BlockPassthrough::Disable>;
|
||||
|
|
Loading…
Reference in New Issue