Rips out dead code from the container.hpp and creates for_each_pai.hpp

I added two TODOs that I would like to address in the future.
This commit is contained in:
Daniel J. Hofmann
2016-01-11 18:05:24 +01:00
committed by Patrick Niklaus
parent 4813488f84
commit c93ca02fb8
9 changed files with 63 additions and 81 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
#include "engine/segment_information.hpp"
#include "util/integer_range.hpp"
#include "util/coordinate_calculation.hpp"
#include "util/container.hpp"
#include "util/for_each_pair.hpp"
#include "extractor/turn_instructions.hpp"
#include <boost/assert.hpp>