- `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. |
||
|---|---|---|
| .. | ||
| examples | ||
| Lesson1 | ||
| Lesson2 | ||
| Lesson3 | ||
| Lesson4 | ||
| CMakeLists.txt | ||