Skip to content

Commit

Permalink
Fix not building
Browse files Browse the repository at this point in the history
  • Loading branch information
kcaliban committed Jan 13, 2024
1 parent f9e00ef commit d182ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/GroupBy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ void GroupBy::createResultFromHashMap(
// _____________________________________________________________________________
template <typename A>
concept SupportedAggregates =
ad_utility::isTypeContainedIn<A, GroupBy::Aggregations>;
ad_utility::SameAsAnyTypeIn<A, GroupBy::Aggregations>;

// _____________________________________________________________________________
// Visitor function to extract values from the result of an evaluation of
Expand Down

0 comments on commit d182ace

Please sign in to comment.