From e66a81d649642e243eb18d3742357c6d9ba88d98 Mon Sep 17 00:00:00 2001 From: Aleksey Lobanov Date: Thu, 26 Apr 2018 01:45:53 +0300 Subject: [PATCH] uint8_t in CellType --- finite_function.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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