Add address sanitizer and undefined behavior sanitizer (#951)
This commit is contained in:
@@ -92,7 +92,7 @@ Ort::Value Cat(OrtAllocator *allocator,
|
||||
}
|
||||
}
|
||||
|
||||
return std::move(ans);
|
||||
return ans;
|
||||
}
|
||||
|
||||
template Ort::Value Cat<float>(OrtAllocator *allocator,
|
||||
|
||||
Reference in New Issue
Block a user