- `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. |
||
|---|---|---|
| .. | ||
| binary_value.h | ||
| CMakeLists.txt | ||
| exercise2.3.cpp | ||
| FirstBitEA.cpp | ||
| FirstRealEA.cpp | ||
| Makefile.simple | ||
| real_value.h | ||