mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Fixed error [#CLICKHOUSE-2].
This commit is contained in:
parent
8758d9b28c
commit
71116c4d82
@ -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+
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user