get rid of boost
This commit is contained in:
parent
63dfda9749
commit
13fb21f626
12 changed files with 717 additions and 174 deletions
|
|
@ -154,7 +154,7 @@ int main(int argc, char** argv) {
|
|||
if (cfg.evaluate) ecoll.printStats(&std::cout);
|
||||
|
||||
if (cfg.feedPaths.size()) {
|
||||
LOG(INFO) << "Writing output GTFS...";
|
||||
LOG(INFO) << "Writing output GTFS to " << cfg.outputPath << " ...";
|
||||
ad::cppgtfs::Writer w;
|
||||
w.write(>fs, cfg.outputPath);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ struct Config {
|
|||
: dbgOutputPath("geo"),
|
||||
solveMethod("global"),
|
||||
evalPath("."),
|
||||
outputPath("gtfs-out"),
|
||||
dropShapes(false),
|
||||
useHMM(false),
|
||||
writeGraph(false),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue