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 f5829a1 commit 7a9e83cCopy full SHA for 7a9e83c
test/usm/usmPoolManager.cpp
@@ -58,7 +58,7 @@ struct urUsmPoolManagerTest : public uur::urContextTest {
58
UUR_RETURN_ON_FATAL_FAILURE(urContextTest::SetUp());
59
auto [ret, descs] = usm::pool_descriptor::create(nullptr, context);
60
ASSERT_EQ(ret, UR_RESULT_SUCCESS);
61
- poolDescriptors = descs;
+ poolDescriptors = std::move(descs);
62
}
63
64
std::vector<usm::pool_descriptor> poolDescriptors;
0 commit comments