We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed8b0b commit 7616656Copy full SHA for 7616656
unified-runtime/source/loader/layers/validation/ur_leak_check.hpp
@@ -27,7 +27,7 @@ struct RefCountContext {
27
28
RefRuntimeInfo(int64_t refCount, std::type_index type,
29
std::vector<BacktraceLine> backtrace)
30
- : refCount(refCount), type(type), backtrace(backtrace) {}
+ : refCount(refCount), type(type), backtrace(std::move(backtrace)) {}
31
};
32
33
enum RefCountUpdateType {
0 commit comments