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 0bace2e commit 72f08ceCopy full SHA for 72f08ce
vpr/src/noc/xy_routing.h
@@ -116,7 +116,7 @@ class XYRouting : public TurnModelRouting {
116
const std::vector<TurnModelRouting::Direction> south_direction {TurnModelRouting::Direction::SOUTH};
117
const std::vector<TurnModelRouting::Direction> up_direction {TurnModelRouting::Direction::UP};
118
const std::vector<TurnModelRouting::Direction> down_direction {TurnModelRouting::Direction::DOWN};
119
- const std::vector<TurnModelRouting::Direction> no_direction;
+ const std::vector<TurnModelRouting::Direction> no_direction {};
120
121
};
122
0 commit comments