We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13d656 commit b96d36fCopy full SHA for b96d36f
include/extractor/profile_properties.hpp
@@ -29,7 +29,8 @@ struct ProfileProperties
29
: traffic_signal_penalty(0), u_turn_penalty(0),
30
max_speed_for_map_matching(DEFAULT_MAX_SPEED), continue_straight_at_waypoint(true),
31
use_turn_restrictions(false), left_hand_driving(false), fallback_to_duration(true),
32
- weight_name{"duration"}, class_names{}, call_tagless_node_function(true)
+ weight_name{"duration"}, class_names{{}}, excludable_classes{{}},
33
+ call_tagless_node_function(true)
34
{
35
std::fill(excludable_classes.begin(), excludable_classes.end(), INAVLID_CLASS_DATA);
36
BOOST_ASSERT(weight_name[MAX_WEIGHT_NAME_LENGTH] == '\0');
0 commit comments