From 4f85fd28cf3a246de65e7deadb89514547573576 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Fri, 11 Apr 2014 16:24:48 -0400 Subject: [PATCH] add todo for the switch to C++11 --- Contractor/Contractor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Contractor/Contractor.h b/Contractor/Contractor.h index 357f05b6d..64e2eac37 100644 --- a/Contractor/Contractor.h +++ b/Contractor/Contractor.h @@ -737,6 +737,7 @@ private: if ( std::abs(priority - targetPriority) < std::numeric_limits::epsilon() && bias(node, target) ) { return false; } + // TODO: C++11 copy_if with lambda neighbours.push_back( target ); }