mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Addition to prev. revision [#METR-2944].
This commit is contained in:
parent
79213536df
commit
8627ab108a
@ -59,7 +59,7 @@ public:
|
||||
nested_func->create(place);
|
||||
}
|
||||
|
||||
void destroy(AggregateDataPtr place) const
|
||||
void destroy(AggregateDataPtr place) const noexcept
|
||||
{
|
||||
nested_func->destroy(place);
|
||||
}
|
||||
|
@ -57,7 +57,7 @@ public:
|
||||
nested_func->create(place);
|
||||
}
|
||||
|
||||
void destroy(AggregateDataPtr place) const
|
||||
void destroy(AggregateDataPtr place) const noexcept
|
||||
{
|
||||
nested_func->destroy(place);
|
||||
}
|
||||
|
@ -59,7 +59,7 @@ public:
|
||||
nested_func->create(place);
|
||||
}
|
||||
|
||||
void destroy(AggregateDataPtr place) const
|
||||
void destroy(AggregateDataPtr place) const noexcept
|
||||
{
|
||||
nested_func->destroy(place);
|
||||
}
|
||||
|
@ -55,7 +55,7 @@ public:
|
||||
nested_func->create(place);
|
||||
}
|
||||
|
||||
void destroy(AggregateDataPtr place) const
|
||||
void destroy(AggregateDataPtr place) const noexcept
|
||||
{
|
||||
nested_func->destroy(place);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user