mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-15 17:02:14 +03:00
maybe netbsd is more pedantic about this?
This commit is contained in:
@@ -1079,7 +1079,7 @@ shared_ptr<BaseDB> UltimateTruth::compile(const set<unsigned> &ids,
|
||||
}
|
||||
}
|
||||
|
||||
return std::move(db);
|
||||
return db;
|
||||
}
|
||||
|
||||
bool UltimateTruth::allocScratch(shared_ptr<const BaseDB> db) {
|
||||
|
||||
Reference in New Issue
Block a user