mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix 32bit build
This commit is contained in:
parent
94cd6fc061
commit
fb7047bfe8
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
/// Allow to use __uint128_t as a template parameter for boost::rational.
|
/// Allow to use __uint128_t as a template parameter for boost::rational.
|
||||||
// https://stackoverflow.com/questions/41198673/uint128-t-not-working-with-clang-and-libstdc
|
// https://stackoverflow.com/questions/41198673/uint128-t-not-working-with-clang-and-libstdc
|
||||||
#if !defined(__GLIBCXX_BITSIZE_INT_N_0)
|
#if !defined(__GLIBCXX_BITSIZE_INT_N_0) && defined(__SIZEOF_INT128__)
|
||||||
namespace std
|
namespace std
|
||||||
{
|
{
|
||||||
template <>
|
template <>
|
||||||
|
Loading…
Reference in New Issue
Block a user