[chore](build) Porting to GCC-13 (#19293)

Support using GCC-13 to build the codebase.
This commit is contained in:
Adonis Ling
2023-05-08 10:42:06 +08:00
committed by GitHub
parent fb5b3029a7
commit 673cbe3317
14 changed files with 69 additions and 20 deletions

View File

@ -679,6 +679,8 @@ struct FunctionJsonObjectImpl {
template <typename SpecificImpl>
class FunctionJsonAlwaysNotNullable : public IFunction {
public:
using IFunction::execute;
static constexpr auto name = SpecificImpl::name;
static FunctionPtr create() {