add todo for the switch to C++11
This commit is contained in:
parent
39914cd933
commit
4f85fd28cf
@ -737,6 +737,7 @@ private:
|
|||||||
if ( std::abs(priority - targetPriority) < std::numeric_limits<double>::epsilon() && bias(node, target) ) {
|
if ( std::abs(priority - targetPriority) < std::numeric_limits<double>::epsilon() && bias(node, target) ) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
// TODO: C++11 copy_if with lambda
|
||||||
neighbours.push_back( target );
|
neighbours.push_back( target );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user