uint8_t in CellType
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
typedef int8_t CellType;
|
||||
typedef uint8_t CellType;
|
||||
|
||||
// Пока положим, что только два аргумента, чтобы упростить реализацию
|
||||
template <CellType BASE>
|
||||
|
||||
Reference in New Issue
Block a user