wip
This commit is contained in:
parent
fdbee56298
commit
7201603bcc
@ -52,6 +52,7 @@ makeSegmentParser(SpeedAndTurnPenaltyFormat format)
|
||||
case SpeedAndTurnPenaltyFormat::PARQUET:
|
||||
return std::make_unique<ParquetFilesParser<Segment, SpeedSource>>();
|
||||
}
|
||||
BOOST_UNREACHABLE_RETURN(nullptr);
|
||||
}
|
||||
|
||||
std::unique_ptr<FilesParser<Turn, PenaltySource>> makeTurnParser(SpeedAndTurnPenaltyFormat format)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user