mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 10:34:25 +03:00
noExplicitConstructor
This commit is contained in:
@@ -143,7 +143,7 @@ bytecode_ptr<HWLM> hwlmBuild(const HWLMProto &proto, const CompileContext &cc,
|
||||
}
|
||||
|
||||
if (!eng) {
|
||||
return nullptr;
|
||||
return bytecode_ptr<HWLM>(nullptr);
|
||||
}
|
||||
|
||||
assert(engSize);
|
||||
|
||||
Reference in New Issue
Block a user