COMP: Windows Support

This commit is contained in:
2023-02-05 11:21:18 -05:00
parent e792e93eb9
commit cb8413499b
3 changed files with 6 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
#include <limits>
namespace tc {
using Mult = u_int16_t;
using Mult = std::uint16_t;
constexpr Mult FREE = 0;
/**