We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c519d commit 0acb367Copy full SHA for 0acb367
1 file changed
test/CoreTest.cpp
@@ -1269,7 +1269,7 @@ TEST_CASE("use_count_test", "[core]")
1269
pprc.resetDataset(Dataset(determineDatatype<uint64_t>(), {4}));
1270
pprc.store(0, static_cast<uint64_t>(1));
1271
REQUIRE(
1272
- std::get<std::shared_ptr<void const>>(
+ std::get<std::shared_ptr<void>>(
1273
static_cast<Parameter<Operation::WRITE_DATASET> *>(
1274
pprc.get().m_chunks.front().parameter.get())
1275
->data.as_variant<auxiliary::WriteBufferTypes>())
0 commit comments