uint8_t in CellType

This commit is contained in:
2018-04-26 01:45:53 +03:00
parent c95aa1edd5
commit e66a81d649

View File

@@ -2,7 +2,7 @@
#include <string>
#include <utility>
typedef int8_t CellType;
typedef uint8_t CellType;
// Пока положим, что только два аргумента, чтобы упростить реализацию
template <CellType BASE>