提交 71116c4d 编写于 作者: A Alexey Milovidov

Fixed error [#CLICKHOUSE-2].

上级 8758d9b2
......@@ -23,7 +23,7 @@ namespace std
static constexpr bool is_signed = false;
static constexpr bool is_integer = true;
static constexpr int radix = 2;
static constexpr int digits = 8 * sizeof(char) * 2;
static constexpr int digits = 128;
static constexpr __uint128_t min () { return 0; } // used in boost 1.65.1+
};
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册