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 5d76cc6 commit fef8ed6Copy full SHA for fef8ed6
src/pickDeliver/initial_solution.cpp
@@ -81,7 +81,7 @@ Initial_solution::do_while_foo(int kind) {
81
Identifiers<size_t> notused;
82
83
while (!m_unassigned.empty()) {
84
- auto current = m_unassigned.size();
+ const auto current = m_unassigned.size();
85
auto truck = trucks.get_truck(m_unassigned.front());
86
/*
87
* kind 1 to 7 work with the same code structure
0 commit comments