1
0
Fork 0

Hopefully satisfy MSVC (#10469)

This commit is contained in:
Tobias Gödderz 2019-11-19 14:25:19 +01:00 committed by KVS85
parent 315a7ba5f8
commit cac2a279b0
1 changed files with 1 additions and 1 deletions

View File

@ -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>;