- `std::apply` is part of C++17 and the compiler wants to use it because of ADL. Thus it is now necessary to escape it as `::apply`. - remove some `using namespace std` remaining in the sources. - fix simple warnings. |
||
|---|---|---|
| .. | ||
| benchs | ||
| CMakeLists.txt | ||
| FlowShop.cpp | ||
| FlowShop.h | ||
| FlowShopBenchmarkParser.cpp | ||
| FlowShopBenchmarkParser.h | ||
| FlowShopEval.cpp | ||
| FlowShopEval.h | ||
| FlowShopInit.h | ||
| FlowShopObjectiveVector.h | ||
| FlowShopObjectiveVectorTraits.cpp | ||
| FlowShopObjectiveVectorTraits.h | ||
| FlowShopOpCrossoverQuad.cpp | ||
| FlowShopOpCrossoverQuad.h | ||
| FlowShopOpMutationExchange.h | ||
| FlowShopOpMutationShift.h | ||
| make_eval_FlowShop.h | ||
| make_genotype_FlowShop.h | ||
| make_op_FlowShop.h | ||