paradiseo/moeo/tutorial/examples/flowshop
nojhan 24bc8edd6f fix new warnings and escape apply namespace
- `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.
2020-04-28 15:56:14 +02:00
..
benchs
CMakeLists.txt
FlowShop.cpp
FlowShop.h
FlowShopBenchmarkParser.cpp fix new warnings and escape apply namespace 2020-04-28 15:56:14 +02:00
FlowShopBenchmarkParser.h fix new warnings and escape apply namespace 2020-04-28 15:56:14 +02:00
FlowShopEval.cpp
FlowShopEval.h
FlowShopInit.h
FlowShopObjectiveVector.h
FlowShopObjectiveVectorTraits.cpp fix new warnings and escape apply namespace 2020-04-28 15:56:14 +02:00
FlowShopObjectiveVectorTraits.h
FlowShopOpCrossoverQuad.cpp
FlowShopOpCrossoverQuad.h
FlowShopOpMutationExchange.h
FlowShopOpMutationShift.h
make_eval_FlowShop.h
make_genotype_FlowShop.h
make_op_FlowShop.h