mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-31340 fixup: clang++-20 -Wdeprecated-literal-operator
This commit is contained in:
@@ -222,7 +222,7 @@ typedef struct st_mysql_const_lex_string LEX_CSTRING;
|
||||
|
||||
#ifdef __cplusplus
|
||||
static inline constexpr
|
||||
LEX_CSTRING operator"" _LEX_CSTRING(const char *str, size_t length)
|
||||
LEX_CSTRING operator""_LEX_CSTRING(const char *str, size_t length)
|
||||
{
|
||||
return LEX_CSTRING{str, length};
|
||||
}
|
||||
|
Reference in New Issue
Block a user