mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Silence tidy
This commit is contained in:
parent
df8341c447
commit
636f2506f0
@ -59,8 +59,8 @@ namespace jeaiii
|
||||
struct pair
|
||||
{
|
||||
char dd[2];
|
||||
constexpr pair(char c) : dd{c, '\0'} { }
|
||||
constexpr pair(int n) : dd{"0123456789"[n / 10], "0123456789"[n % 10]} { }
|
||||
constexpr pair(char c) : dd{c, '\0'} { } /// NOLINT(google-explicit-constructor)
|
||||
constexpr pair(int n) : dd{"0123456789"[n / 10], "0123456789"[n % 10]} { } /// NOLINT(google-explicit-constructor)
|
||||
};
|
||||
|
||||
constexpr struct
|
||||
|
Loading…
Reference in New Issue
Block a user