mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fixed build with clang 5 (although it is Ok on clang 6) [#CLICKHOUSE-2]
This commit is contained in:
parent
708dc5ef82
commit
9b3169a331
@ -37,7 +37,7 @@ int main(int, char **)
|
|||||||
std::initializer_list<const char *> list{"hello", "world"};
|
std::initializer_list<const char *> list{"hello", "world"};
|
||||||
DUMP(list);
|
DUMP(list);
|
||||||
|
|
||||||
std::array<const char *, 2> arr{"hello", "world"};
|
std::array<const char *, 2> arr{{"hello", "world"}};
|
||||||
DUMP(arr);
|
DUMP(arr);
|
||||||
|
|
||||||
//DUMP([]{});
|
//DUMP([]{});
|
||||||
|
Loading…
Reference in New Issue
Block a user