Searched refs:moved_copy (Results 1 – 1 of 1) sorted by relevance
601 auto moved_copy = std::move(map_copy); in test_misc() local603 …MapCheck(moved_copy, map == moved_copy, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Moved copy of map does n… in test_misc()605 PetscCall(this->test_insert(moved_copy)); in test_misc()607 PetscCall(this->test_find(moved_copy)); in test_misc()609 PetscCall(this->test_erase(moved_copy)); in test_misc()