Skip to content

Commit d7eaec6

Browse files
committed
compile on gcc
1 parent fec3602 commit d7eaec6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/execution/index/art/art.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ unique_ptr<IndexScanState> ART::TryInitializeCompoundKeyScan(const vector<unique
181181
}
182182
}
183183

184-
return compound_scan_state;
184+
return std::move(compound_scan_state);
185185
}
186186

187187
unique_ptr<IndexScanState> ART::TryInitializeScan(const Expression &expr, const Expression &filter_expr) {

0 commit comments

Comments
 (0)