diff --git a/finite_function.hpp b/finite_function.hpp index e24744f..1a76d9b 100644 --- a/finite_function.hpp +++ b/finite_function.hpp @@ -2,7 +2,7 @@ #include #include -typedef int8_t CellType; +typedef uint8_t CellType; // Пока положим, что только два аргумента, чтобы упростить реализацию template