mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
dbms: fixed build with in-tree sparsehash [#METR-17973].
This commit is contained in:
parent
9590002294
commit
0e906e32a7
@ -51,7 +51,7 @@ _START_GOOGLE_NAMESPACE_
|
||||
|
||||
template <bool> struct SparsehashCompileAssert { };
|
||||
#define SPARSEHASH_COMPILE_ASSERT(expr, msg) \
|
||||
typedef SparsehashCompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
|
||||
static_assert(expr, msg)
|
||||
|
||||
namespace sparsehash_internal {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user