add todo for the switch to C++11

This commit is contained in:
Dennis Luxen 2014-04-11 16:24:48 -04:00
parent 39914cd933
commit 4f85fd28cf

View File

@ -737,6 +737,7 @@ private:
if ( std::abs(priority - targetPriority) < std::numeric_limits<double>::epsilon() && bias(node, target) ) {
return false;
}
// TODO: C++11 copy_if with lambda
neighbours.push_back( target );
}