Fix compilation issue on Linux

release/4.3a0
Frank Dellaert 2023-01-08 11:57:54 -08:00
parent 5164d6fc55
commit ddf86d8f25
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ TEST(DSFMap, mergePairwiseMatches2) {
/* ************************************************************************* */
TEST(DSFMap, sets){
// Create some "matches"
typedef const std::pair<size_t,size_t> Match;
using Match = std::pair<size_t,size_t>;
const std::list<Match> matches{{1, 2}, {2, 3}, {4, 5}, {4, 6}};
// Merge matches