mirror of
https://gitlab.com/splashmapper/splash.git
synced 2026-06-16 12:33:50 +02:00
Fix compilation errors on clang.
This commit is contained in:
@@ -183,8 +183,8 @@ TEST_CASE("Testing adding and cutting existing branches and leaves")
|
||||
CHECK(leaf.get() != nullptr);
|
||||
oakSeeds = oak.getUpdateSeedList();
|
||||
|
||||
maple.addBranchAt("/", move(branch));
|
||||
maple.addLeafAt("/", move(leaf));
|
||||
maple.addBranchAt("/", std::move(branch));
|
||||
maple.addLeafAt("/", std::move(leaf));
|
||||
CHECK(maple == beech);
|
||||
CHECK(oak != beech);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user