mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Fixed warnings on clang [#METR-2944].
This commit is contained in:
parent
f93babdd4d
commit
f129e94429
@ -9,7 +9,7 @@
|
||||
namespace DB
|
||||
{
|
||||
|
||||
class ASTTablesInSelectQueryElement;
|
||||
struct ASTTablesInSelectQueryElement;
|
||||
|
||||
|
||||
/** SELECT query
|
||||
|
@ -1,5 +1,5 @@
|
||||
/// Совместимость с clang, в котором std::numeric_limits (из libstdc++ из gcc) почему-то не специализируется для __uint128_t.
|
||||
#if __clang__
|
||||
#if __clang__ && __clang_major__ < 4
|
||||
#include <limits>
|
||||
|
||||
namespace std
|
||||
|
Loading…
Reference in New Issue
Block a user