Make FindSeparator-inl.h compile with recent versions of boost

release/4.3a0
chrisbeall 2018-12-15 15:16:49 -08:00
parent f21a431427
commit 7371097d6d
1 changed files with 2 additions and 2 deletions

View File

@ -284,7 +284,7 @@ namespace gtsam { namespace partition {
throw std::runtime_error("separatorPartitionByMetis: invalid sepsize from Metis ND!");
}
return boost::make_optional<MetisResult >(result);
return result;
}
/* *************************************************************************/
@ -359,7 +359,7 @@ namespace gtsam { namespace partition {
std::cout << "edgeCut: " << edgeCut << std::endl;
}
return boost::make_optional<MetisResult >(result);
return result;
}
/* ************************************************************************* */