Replace use of implicit_value since that broke with boost 1.65

This commit is contained in:
Patrick Niklaus
2017-10-18 16:20:50 +00:00
committed by Patrick Niklaus
parent b5f9ba63d5
commit 171ff1191f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ return_code parseArguments(int argc,
->composing(),
"Lookup files containing from_, to_, via_nodes, and turn penalties to adjust turn weights")(
"level-cache,o",
boost::program_options::value<bool>(&contractor_config.use_cached_priority)
boost::program_options::bool_switch(&contractor_config.use_cached_priority)
->default_value(false),
"DEPRECATED: Will always be false. Use .level file to retain the contraction level for "
"each "