paradiseo/eo/tutorial/Lesson5
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
..
CMakeLists.txt regression with local directory and {LIB} directory 2013-01-03 10:25:08 +01:00
eoOneMax.h * whitespace cleanup 2011-05-05 17:15:10 +02:00
eoOneMaxEvalFunc.h * whitespace cleanup 2011-05-05 17:15:10 +02:00
eoOneMaxInit.h * whitespace cleanup 2011-05-05 17:15:10 +02:00
eoOneMaxMutation.h fix new warnings and escape apply namespace 2020-04-28 15:56:14 +02:00
eoOneMaxQuadCrossover.h fix new warnings and escape apply namespace 2020-04-28 15:56:14 +02:00
make_genotype_OneMax.h * whitespace cleanup 2011-05-05 17:15:10 +02:00
make_OneMax.cpp * whitespace cleanup 2011-05-05 17:15:10 +02:00
make_op_OneMax.h fix new warnings and escape apply namespace 2020-04-28 15:56:14 +02:00
Makefile.simple * whitespace cleanup 2011-05-05 17:15:10 +02:00
OneMaxEA.cpp fix some errors in tests 2020-03-26 22:47:26 +01:00
OneMaxLibEA.cpp fix some errors in tests 2020-03-26 22:47:26 +01:00