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.
2 parents f5829a1 + 7a9e83c commit cc243f3Copy full SHA for cc243f3
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