[chore](build) Porting to GCC-13 (#19293)
Support using GCC-13 to build the codebase.
This commit is contained in:
@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user